Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/
H A Darm_matrix.c147 thread_fn_t thread_fn; member
212 bool ret = thread->thread_fn(thread->ops, thread->thread_id); in test_thread_shim()
217 test_on_each_cpu(thread_fn_t thread_fn, const struct arm_matrix_operations *ops, const char *desc) in test_on_each_cpu() argument
224 threads[i].thread_fn = thread_fn; in test_on_each_cpu()
/xnu-11215.81.4/tests/sched/
H A Dyield_aggressor.c114 thread_fn(__unused void *arg) in thread_fn() function
233 start_threads(threads, &thread_fn, thread_pri); in run_yielding_test()
/xnu-11215.81.4/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()