Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_matrix.c147 typedef bool (*thread_fn_t)(struct test_thread const* thread); typedef
152 thread_fn_t thread_fn;
247 test_on_each_cpu(thread_fn_t thread_fn, const struct arm_matrix_operations *ops, const char *desc) in test_on_each_cpu()