Changes in src/libcfa/concurrency/invoke.c [afd550c:b69ea6b]
- File:
-
- 1 edited
-
src/libcfa/concurrency/invoke.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.c
rafd550c rb69ea6b 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;72 71 73 72 // Officially start the thread by enabling preemption
Note:
See TracChangeset
for help on using the changeset viewer.