Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/sched/
H A Dthread_group_fairness.c113 spin_thread_fn(void *arg) in spin_thread_fn() function
137 ret = pthread_create(&threads[i], NULL, spin_thread_fn, &thread_datas[i]); in start_threads()
H A Dall_cores_running.c38 spin_thread_fn(__unused void *arg) in spin_thread_fn() function
172 start_threads(threads, &spin_thread_fn, DEFAULT_THREAD_PRI, num_threads);