Changeset a0e7d3c for libcfa/src/bits/weakso_locks.cfa
- Timestamp:
- Apr 15, 2021, 4:54:55 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 57b3675
- Parents:
- e0d6748 (diff), 92b9958 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/weakso_locks.cfa
re0d6748 ra0e7d3c 25 25 void unlock( blocking_lock & ) {} 26 26 void on_notify( blocking_lock &, struct $thread * ) {} 27 size_t on_wait( blocking_lock & ) { }27 size_t on_wait( blocking_lock & ) { return 0; } 28 28 void on_wakeup( blocking_lock &, size_t ) {} 29 29 size_t wait_count( blocking_lock & ) { return 0; }
Note: See TracChangeset
for help on using the changeset viewer.