Changes in src/libcfa/concurrency/thread.c [de94a60:afd550c]
- File:
-
- 1 edited
-
src/libcfa/concurrency/thread.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/thread.c
rde94a60 rafd550c 39 39 curr_cluster = &cl; 40 40 next = NULL; 41 42 node.next = NULL; 43 node.prev = NULL; 44 doregister(this); 41 __cfaabi_dbg_debug_do( 42 dbg_next = NULL; 43 dbg_prev = NULL; 44 __cfaabi_dbg_thread_register(&this); 45 ) 45 46 46 47 monitors{ &self_mon_p, 1, (fptr_t)0 }; … … 48 49 49 50 void ^?{}(thread_desc& this) with( this ) { 50 unregister(this);51 51 ^self_cor{}; 52 52 }
Note:
See TracChangeset
for help on using the changeset viewer.