Changeset dac55004 for libcfa/src/concurrency
- Timestamp:
- Feb 28, 2020, 2:45:02 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 190224d
- Parents:
- 930b504
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/monitor.cfa
r930b504 rdac55004 534 534 //Find the thread to run 535 535 $thread * signallee = pop_head( this.blocked )->waiting_thread; 536 /* paranoid */ verify( signallee->next == 0p );537 536 __set_owner( monitors, count, signallee ); 538 537
Note:
See TracChangeset
for help on using the changeset viewer.