Changes in src/libcfa/concurrency/invoke.c [b69ea6b:afd550c]
- File:
-
- 1 edited
-
src/libcfa/concurrency/invoke.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.c
rb69ea6b rafd550c 69 69 // Fetch the thread handle from the user defined thread structure 70 70 struct thread_desc* thrd = get_thread( this ); 71 thrd->self_cor.last = NULL; 71 72 72 73 // Officially start the thread by enabling preemption
Note:
See TracChangeset
for help on using the changeset viewer.