Home
last modified time | relevance | path

Searched refs:gThreadList (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/sched/
H A Dsetitimer.c91 } __attribute__((aligned(128))) gThreadList[max_threads]; variable
131 struct threadentry *entry = &gThreadList[i]; in fill_thread_stats()
200 gThreadList[i].thread = pthread_self();
202 rv = pthread_create(&gThreadList[i].thread, &attr,
206 gThreadList[i].expect_cpu_usage = i % 2 == 0 ? true : false;
209 rv = pthread_threadid_np(gThreadList[i].thread, &gThreadList[i].tid);
212 gThreadList[i].stack_addr = pthread_get_stackaddr_np(gThreadList[i].thread);
213 gThreadList[i].stack_size = pthread_get_stacksize_np(gThreadList[i].thread);
226 (void*)gThreadList[i].thread,
227 gThreadList[i].tid,
[all …]