Changeset f9b68d6 for libcfa/src/concurrency
- Timestamp:
- Jul 19, 2021, 4:04:02 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0c730d9, 1f8dbfe
- Parents:
- 63bde81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.cfa
r63bde81 rf9b68d6 120 120 owner = t; 121 121 recursion_count = ( t ? 1 : 0 ); 122 if ( t) wait_count--;122 if ( t ) wait_count--; 123 123 unpark( t ); 124 124 }
Note: See TracChangeset
for help on using the changeset viewer.