Changeset 295ed2d1
- Timestamp:
- Sep 17, 2025, 11:31:12 AM (4 days ago)
- Branches:
- master
- Parents:
- 96aca388
- Location:
- longrun_tests
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
longrun_tests/block.cfa
r96aca388 r295ed2d1 1 ../tests/concurren t/signal/block.cfa1 ../tests/concurrency/signal/block.cfa -
longrun_tests/coroutine.cfa
r96aca388 r295ed2d1 1 ../tests/concurren t/coroutineYield.cfa1 ../tests/concurrency/coroutineYield.cfa -
longrun_tests/disjoint.cfa
r96aca388 r295ed2d1 1 ../tests/concurren t/signal/disjoint.cfa1 ../tests/concurrency/signal/disjoint.cfa -
longrun_tests/locks.cfa
r96aca388 r295ed2d1 7 7 8 8 multiple_acquisition_lock m; 9 cond ition_variable( multiple_acquisition_lock ) c_m;9 cond_lock( multiple_acquisition_lock ) c_m; 10 10 11 11 single_acquisition_lock s; 12 cond ition_variable( single_acquisition_lock ) c_s;12 cond_lock( single_acquisition_lock ) c_s; 13 13 14 14 owner_lock o; 15 cond ition_variable( owner_lock ) c_o;15 cond_lock( owner_lock ) c_o; 16 16 17 17 thread T_C_M_WS1 {}; -
longrun_tests/preempt.cfa
r96aca388 r295ed2d1 1 ../tests/concurren t/preempt.cfa1 ../tests/concurrency/preempt.cfa -
longrun_tests/wait.cfa
r96aca388 r295ed2d1 1 ../tests/concurren t/signal/wait.cfa1 ../tests/concurrency/signal/wait.cfa
Note:
See TracChangeset
for help on using the changeset viewer.