Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/thread.hfa

    ra167c70c rc3b9d639  
    132132
    133133//----------
    134 // misc
    135 bool migrate( thread$ * thrd, struct cluster & cl );
    136 
    137 forall( T & | is_thread(T) )
    138 static inline bool migrate( T & mutex thrd, struct cluster & cl ) { return migrate( &(thread&)thrd, cl ); }
    139 
    140 
    141 //----------
    142134// prng
    143135static inline {
Note: See TracChangeset for help on using the changeset viewer.