Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/tests/
H A Dcopyio_tests.c75 typedef int (*copyio_thread_fn_t)(struct copyio_test_data *); typedef
78 copyio_thread_fn_t fn;
93 copyio_test_run_in_thread(copyio_thread_fn_t fn, struct copyio_test_data *data) in copyio_test_run_in_thread()