Changeset 4d865ca7 for libcfa/src
- Timestamp:
- Jun 21, 2021, 3:40:10 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ef94ae7
- Parents:
- 0ee224b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.hfa
r0ee224b r4d865ca7 23 23 24 24 struct cpu_info_t { 25 // array of size [hthrd_count] 25 26 const cpu_map_entry_t * llc_map; 27 28 // Number of _hardware_ threads present in the system 26 29 size_t hthrd_count; 27 30 };
Note: See TracChangeset
for help on using the changeset viewer.