- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.hfa
ra167c70c rc3b9d639 132 132 133 133 //---------- 134 // misc135 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 //----------142 134 // prng 143 135 static inline {
Note:
See TracChangeset
for help on using the changeset viewer.