- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r58d64a4 rc402739f 48 48 // Processor id, required for scheduling threads 49 49 struct __processor_id_t { 50 unsigned id:24; 51 bool full_proc:1; 50 unsigned id; 52 51 53 52 #if !defined(__CFA_NO_STATISTICS__)
Note:
See TracChangeset
for help on using the changeset viewer.