- File:
-
- 1 edited
-
libcfa/src/concurrency/ready_subqueue.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_subqueue.hfa
r353aaba r16fd826 12 12 volatile bool lock; 13 13 14 __thread_desc_link anchor;15 16 14 #if !defined(__CFA_NO_STATISTICS__) 17 15 unsigned cnt; 18 16 #endif 17 18 __thread_desc_link anchor; 19 19 }; 20 20
Note:
See TracChangeset
for help on using the changeset viewer.