Searched refs:thread_fn (Results 1 – 3 of 3) sorted by relevance
147 thread_fn_t thread_fn; member212 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() argument224 threads[i].thread_fn = thread_fn; in test_on_each_cpu()
114 thread_fn(__unused void *arg) in thread_fn() function233 start_threads(threads, &thread_fn, thread_pri); in run_yielding_test()
312 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()