- File:
-
- 1 edited
-
libcfa/src/concurrency/locks.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.cfa
rf9b68d6 re84ab3d 120 120 owner = t; 121 121 recursion_count = ( t ? 1 : 0 ); 122 if ( t )wait_count--;122 wait_count--; 123 123 unpark( t ); 124 124 }
Note:
See TracChangeset
for help on using the changeset viewer.