Changeset 1d245ea
- Timestamp:
- Mar 22, 2023, 12:32:14 PM (20 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- de934c7
- Parents:
- 5d9c4bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
r5d9c4bb r1d245ea 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.