Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/tests/
H A Dcopyio_tests.c71 typedef int (*copyio_thread_fn_t)(struct copyio_test_data *); typedef
74 copyio_thread_fn_t fn;
89 copyio_test_run_in_thread(copyio_thread_fn_t fn, struct copyio_test_data *data) in copyio_test_run_in_thread()