- File:
-
- 1 edited
-
libcfa/src/concurrency/channel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
r1d245ea r5e4a830 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 arrays31 30 }; 32 31
Note:
See TracChangeset
for help on using the changeset viewer.