Changes in libcfa/src/concurrency/invoke.h [3623f9d:d4e68a6]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r3623f9d rd4e68a6 46 46 #ifdef __cforall 47 47 extern "Cforall" { 48 static inline struct thread_desc *& get_next( struct thread_desc & this ); 49 static inline struct __condition_criterion_t *& get_next( struct __condition_criterion_t & this ); 50 48 51 extern thread_local struct KernelThreadData { 49 52 struct thread_desc * volatile this_thread;
Note:
See TracChangeset
for help on using the changeset viewer.