Changeset 18ea270 for libcfa/src/concurrency/channel.hfa
- Timestamp:
- Mar 22, 2023, 9:40:07 PM (19 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- d800676
- Parents:
- d63aeba (diff), de934c7 (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
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
rd63aeba r18ea270 28 28 exp_backoff_then_block_lock c_lock, p_lock; 29 29 __spinlock_t mutex_lock; 30 char __padding[64]; // avoid false sharing in arrays 30 31 }; 31 32
Note: See TracChangeset
for help on using the changeset viewer.