Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r3623f9d rd4e68a6  
    4646        #ifdef __cforall
    4747        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
    4851                extern thread_local struct KernelThreadData {
    4952                        struct thread_desc    * volatile this_thread;
Note: See TracChangeset for help on using the changeset viewer.