Searched defs:CpuOccupy (Results 1 – 1 of 1) sorted by relevance
52 struct CpuOccupy { struct53 char name_[SYSTEM_INFO_BUFFER_SIZE];54 uint64_t user_;55 uint64_t nice_;56 uint64_t system_;57 uint64_t idle_;58 uint64_t iowait_;59 uint64_t irq_;60 uint64_t softirq_;