Home
last modified time | relevance | path

Searched defs:threadentry (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/sched/
H A Dsetitimer.c80 static struct threadentry { struct
81 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 …]