Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/tests/
H A Dcopyio_tests.c89 copyio_test_run_in_thread(copyio_thread_fn_t fn, struct copyio_test_data *data) in copyio_test_run_in_thread() function
149 err = copyio_test_run_in_thread(copyin_from_kernel, data); in copyin_test()
197 err = copyio_test_run_in_thread(copyout_to_kernel, data); in copyout_test()
254 err = copyio_test_run_in_thread(copyinstr_from_kernel, data); in copyinstr_test()
326 err = copyio_test_run_in_thread(copyoutstr_to_kernel, data); in copyoutstr_test()
397 …err = copyio_test_run_in_thread(copyin_from_kernel_fn, data); …
434 …err = copyio_test_run_in_thread(copyout_to_kernel_fn, data); …
480 err = copyio_test_run_in_thread(copyin_atomic32_wait_if_equals_from_kernel, data); in copyin_atomic32_wait_if_equals_test()