- File:
-
- 1 edited
-
tests/concurrent/signal/block.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/signal/block.cfa
rb81fd95 r959f6ad 82 82 if( !is_empty( cond ) ) { 83 83 84 $thread * next = ( $thread * )front( cond );84 $thread * next = front( cond ); 85 85 86 86 if( ! signal_block( cond ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.