Searched defs:threadentry (Results 1 – 1 of 1) sorted by relevance
80 static struct threadentry { struct81 pthread_t thread;82 uint64_t tid;83 void* stack_addr;84 size_t stack_size;85 bool expect_cpu_usage;86 uint32_t alrm_count;87 uint32_t vtalrm_count;88 uint32_t prof_count;89 uint32_t xcpu_count;[all …]