Changeset 1dec8f3 for libcfa/src/concurrency/clib/cfathread.cfa
- Timestamp:
- Sep 22, 2025, 2:33:42 PM (5 months ago)
- Branches:
- master
- Children:
- bb5b866
- Parents:
- 7ca6bf1 (diff), 295ed2d1 (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
-
libcfa/src/concurrency/clib/cfathread.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.cfa
r7ca6bf1 r1dec8f3 450 450 // Condition 451 451 struct cfathread_condition { 452 cond ition_variable(exp_backoff_then_block_lock) impl;452 cond_lock(exp_backoff_then_block_lock) impl; 453 453 }; 454 454 int cfathread_cond_init(cfathread_cond_t *restrict cond, const cfathread_condattr_t *restrict) __attribute__((nonnull (1))) { *cond = new(); return 0; }
Note:
See TracChangeset
for help on using the changeset viewer.