Searched refs:init_action (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/tests/ |
| H A D | kqueue_file_tests.c | 193 init_action(action_t *act, int sleep, action_id_t call, int nargs, ...) in init_action() function 554 init_action(&dowr, NOSLEEP, WRITEFD, 0); in execute_test() 727 init_action(&(test.t_prep_actions[0]), NOSLEEP, CREAT, 2, (void*)FILE1, (void*)NULL); in run_note_delete_tests() 728 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE1, NULL); in run_note_delete_tests() 733 init_action(&(test.t_prep_actions[0]), NOSLEEP, MKDIR, 2, (void*)DIR1, (void*)NULL); in run_note_delete_tests() 734 init_action(&test.t_helpthreadact, SLEEP, RMDIR, 2, (void*)DIR1, NULL); in run_note_delete_tests() 739 init_action(&(test.t_prep_actions[0]), NOSLEEP, CREAT, 2, (void*)FILE1, (void*)NULL); in run_note_delete_tests() 740 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)FILE2, (void*)NULL); in run_note_delete_tests() 741 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE1, (void*)FILE2); in run_note_delete_tests() 742 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)FILE2, NULL); in run_note_delete_tests() [all …]
|