Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/ !
H A Dsetitimer.c88 } __attribute__((aligned(128))) gThreadList[max_threads]; variable
134 struct threadentry *entry = &gThreadList[i]; in fill_thread_stats()
191 gThreadList[i].thread = pthread_self();
193 rv = pthread_create(&gThreadList[i].thread, &attr,
197 gThreadList[i].expect_cpu_usage = i % 2 == 0 ? true : false;
200 rv = pthread_threadid_np(gThreadList[i].thread, &gThreadList[i].tid);
203 gThreadList[i].stack_addr = pthread_get_stackaddr_np(gThreadList[i].thread);
204 gThreadList[i].stack_size = pthread_get_stacksize_np(gThreadList[i].thread);
217 (void*)gThreadList[i].thread,
218 gThreadList[i].tid,
[all …]