Changeset ca995e3
- Timestamp:
- Oct 17, 2023, 3:24:24 PM (14 months ago)
- Branches:
- master
- Children:
- 3f0b062, cbbfba9, e0dc038
- Parents:
- 5e0bba5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
r5e0bba5 rca995e3 28 28 unlock( lock ); 29 29 park(); 30 __atomic_thread_fence( __ATOMIC_SEQ_CST ); 30 31 return sn.extra == 0p; 31 32 }
Note: See TracChangeset
for help on using the changeset viewer.