Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/sched/
H A Dcluster_bound_threads.c22 spin_thread(__unused void *arg) in spin_thread() function
78 rv = pthread_create(&unbound_thread, &attr, spin_thread, NULL);
/xnu-11215.1.10/tests/ktrace/
H A Dkperf_backtracing_tests.c483 spin_thread(void *arg) in spin_thread() function
512 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);
567 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);
633 (void)create_backtrace_thread(spin_thread, notify_sema);
/xnu-11215.1.10/tests/
H A Dioperf.c149 spin_thread(void *arg) in spin_thread() function
236 true, &spin_thread);
/xnu-11215.1.10/tests/recount/
H A Drecount_tests.c49 spin_thread(void *arg) in spin_thread() function
86 style == USAGE_SPIN ? spin_thread : sleep_thread, &th->ut_arg); in thread_start()