Changeset b6de35e for tests/concurrency/signal
- Timestamp:
- Nov 7, 2025, 8:28:03 AM (6 weeks ago)
- Branches:
- master
- Children:
- 0048327
- Parents:
- f5856ecd
- File:
-
- 1 edited
-
tests/concurrency/signal/block.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/signal/block.cfa
rf5856ecd rb6de35e 80 80 [a.last_thread, b.last_thread, a.last_signaller, b.last_signaller] = active_thread(); 81 81 82 if( ! is_empty( cond ) ) {82 if( ! empty( cond ) ) { 83 83 84 84 thread$ * next = ( thread$ * ) front( cond );
Note:
See TracChangeset
for help on using the changeset viewer.