Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_matrix.c152 thread_fn_t thread_fn; member
241 bool const ret = thread->thread_fn(thread); in test_thread_shim()
247 test_on_each_cpu(thread_fn_t thread_fn, const struct arm_matrix_operations *ops, const char *desc) in test_on_each_cpu() argument
256 threads[i].thread_fn = thread_fn; in test_on_each_cpu()
/xnu-12377.61.12/tests/sched/
H A Dyield_aggressor.c114 thread_fn(__unused void *arg) in thread_fn() function
231 start_threads(threads, &thread_fn, thread_pri); in run_yielding_test()
/xnu-12377.61.12/tests/ktrace/
H A Dkperf_backtracing_tests.c312 create_backtrace_thread(void *(*thread_fn)(void *), in create_backtrace_thread()
328 T_QUIET; T_ASSERT_POSIX_ZERO(pthread_create(&thread, NULL, thread_fn, in create_backtrace_thread()