Home
last modified time | relevance | path

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

/xnu-8792.81.2/tests/
H A Dkqueue_file_tests.c103 action_t t_helpthreadact; member
548 test->t_helpthreadact.act_fd = (writefd >= 0 ? writefd : filefd); in execute_test()
561 res = pthread_create(&thr, NULL, execute_action, (void*) &test->t_helpthreadact); in execute_test()
728 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE1, NULL); in run_note_delete_tests()
734 init_action(&test.t_helpthreadact, SLEEP, RMDIR, 2, (void*)DIR1, NULL); in run_note_delete_tests()
741 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE1, (void*)FILE2); in run_note_delete_tests()
749 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)DIR1, (void*)DIR2); in run_note_delete_tests()
757 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 1, (void*)FILE1); in run_note_delete_tests()
765 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE2, (void*)FILE1); in run_note_delete_tests()
773 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE2, NULL); in run_note_delete_tests()
[all …]