Changeset ec43cf9 for libcfa/src/concurrency/stats.hfa
- Timestamp:
- Apr 5, 2021, 7:06:37 PM (22 months ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7039ab9, cd59d28
- Parents:
- a5a01faa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/stats.hfa
ra5a01faa rec43cf9 68 68 struct { 69 69 volatile uint64_t migration; 70 volatile int64_t threads; // number of threads in the system, includes only local change 70 71 } threads; 71 72 struct {
Note: See TracChangeset
for help on using the changeset viewer.