Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c64 typedef enum {CREAT, MKDIR, READ, WRITE, WRITEFD, FILLFD, UNLINK, LSKEE, RMDIR, MKFIFO, LENGTHEN, T… enumerator
143 case UNLINK: in get_action_name()
352 case UNLINK: in execute_action()
728 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE1, NULL); in run_note_delete_tests()
742 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)FILE2, NULL); in run_note_delete_tests()
757 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 1, (void*)FILE1); in run_note_delete_tests()
766 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)FILE1, NULL); in run_note_delete_tests()
773 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE2, NULL); in run_note_delete_tests()
774 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)FILE1, NULL); in run_note_delete_tests()
782 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)FILE2, (void*)NULL); in run_note_delete_tests()
[all …]