Changes in src/libcfa/concurrency/kernel [348006f:eafb094]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel
r348006f reafb094 6 6 // file "LICENCE" distributed with Cforall. 7 7 // 8 // kernel--8 // threads -- 9 9 // 10 10 // Author : Thierry Delisle … … 49 49 struct FinishAction { 50 50 FinishOpCode action_code; 51 thread _desc* thrd;51 thread * thrd; 52 52 spinlock * lock; 53 53 }; … … 62 62 struct processorCtx_t * runner; 63 63 cluster * cltr; 64 coroutine _desc* current_coroutine;65 thread _desc* current_thread;64 coroutine * current_coroutine; 65 thread * current_thread; 66 66 pthread_t kernel_thread; 67 67
Note:
See TracChangeset
for help on using the changeset viewer.