Changeset 278e162 for libcfa/src/concurrency
- Timestamp:
- Oct 23, 2023, 11:13:00 AM (2 years ago)
- Branches:
- master
- Children:
- cb94e41
- Parents:
- 4d2d7e27 (diff), abb04a4 (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/channel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
r4d2d7e27 r278e162 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.