Changeset 8dc8f68 for libcfa/src/concurrency/clib
- Timestamp:
- Aug 21, 2025, 11:14:05 PM (5 weeks ago)
- Branches:
- master
- Children:
- 31be464
- Parents:
- 1324fde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.cfa
r1324fde r8dc8f68 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.