- File:
-
- 1 edited
-
libcfa/src/concurrency/monitor.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/monitor.cfa
rdac55004 rac2b598 534 534 //Find the thread to run 535 535 $thread * signallee = pop_head( this.blocked )->waiting_thread; 536 /* paranoid */ verify( signallee->next == 0p ); 536 537 __set_owner( monitors, count, signallee ); 537 538
Note:
See TracChangeset
for help on using the changeset viewer.