Searched refs:nclean (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/tests/ |
| H A D | kqueue_file_tests.c | 673 init_test_common(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, in… in init_test_common() argument 681 tst->t_n_cleanup_actions = nclean; in init_test_common() 706 init_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want) in init_test() argument 708 init_test_common(tst, testname, watchfile, nprep, nclean, event, want, 0); in init_test() 715 init_poll_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int … in init_poll_test() argument 717 init_test_common(tst, testname, watchfile, nprep, nclean, event, want, 1); in init_poll_test()
|