- File:
-
- 1 edited
-
libcfa/src/concurrency/mutex.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/mutex.cfa
re84ab3d r43784ac 122 122 recursion_count--; 123 123 if( recursion_count == 0 ) { 124 thread$* thrd = pop_head( blocked_threads );124 $thread * thrd = pop_head( blocked_threads ); 125 125 owner = thrd; 126 126 recursion_count = (thrd ? 1 : 0);
Note:
See TracChangeset
for help on using the changeset viewer.