- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r2856982c r878cfcc 196 196 197 197 // used to put threads on dlist data structure 198 __cfa_dlink 1(thread$) user_link;198 __cfa_dlink(thread$); 199 199 200 200 struct { … … 218 218 #endif 219 219 }; 220 220 #ifdef __cforall 221 P9_EMBEDDED( thread$, dlink(thread$) ) 222 #endif 221 223 // Wrapper for gdb 222 224 struct cfathread_thread_t { struct thread$ debug; }; … … 239 241 } 240 242 241 static inline tytagref( dlink(thread$), dlink(thread$) ) ?`inner( thread$ & this ) {242 dlink(thread$) & b = this.user_link;243 tytagref( dlink(thread$), dlink(thread$) ) result = { b };244 return result;245 }246 247 243 static inline void ?{}(__monitor_group_t & this) { 248 244 (this.data){0p};
Note:
See TracChangeset
for help on using the changeset viewer.