Changeset 353aaba
- Timestamp:
- May 14, 2021, 5:56:36 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7fca832
- Parents:
- c457dc41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_subqueue.hfa
rc457dc41 r353aaba 12 12 volatile bool lock; 13 13 14 __thread_desc_link anchor; 15 14 16 #if !defined(__CFA_NO_STATISTICS__) 15 17 unsigned cnt; 16 18 #endif 17 18 __thread_desc_link anchor;19 19 }; 20 20
Note: See TracChangeset
for help on using the changeset viewer.