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