- File:
-
- 1 edited
-
libcfa/src/concurrency/ready_subqueue.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_subqueue.hfa
r16fd826 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.