Changeset 5e0b6657 for tests/concurrency/signal/block.cfa
- Timestamp:
- Dec 8, 2025, 11:29:33 AM (4 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 79ba50c
- Parents:
- 8f448e0 (diff), 79ec8c3 (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
-
tests/concurrency/signal/block.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/signal/block.cfa
r8f448e0 r5e0b6657 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.