Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/tests/
H A Dcopyio_tests.c72 typedef int (*copyio_thread_fn_t)(struct copyio_test_data *); typedef
75 copyio_thread_fn_t fn;
90 copyio_test_run_in_thread(copyio_thread_fn_t fn, struct copyio_test_data *data) in copyio_test_run_in_thread()