Searched refs:NO_EVENT (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c29 #define NO_EVENT 0 macro
633 init_test(&test, "1.2.1: Straight-up rename file", FILE1, 1, 1, NOTE_DELETE, NO_EVENT);
639 init_test(&test, "1.2.2: Straight-up rename dir", DIR1, 1, 1, NOTE_DELETE, NO_EVENT);
645 init_test(&test, "1.2.3: Null action on file", FILE1, 1, 1, NOTE_DELETE, NO_EVENT);
651 init_test(&test, "1.2.4: Rename one file over another: watch the file that lives", FILE1, 2, 1, NOTE_DELETE, NO_EVENT);
658 init_test(&test, "1.2.5: Rename one dir over another, watch the dir that lives", DIR1, 2, 1, NOTE_DELETE, NO_EVENT);
767 init_test(&test, "2.1.14: exchangedata two files in a dir", DIR1, 3, 3, NOTE_WRITE, NO_EVENT);
785 init_test(&test, "2.2.1: just open and close existing file", FILE1, 1, 1, NOTE_WRITE, NO_EVENT);
791 init_test(&test, "2.2.2: read from existing file", FILE1, 1, 1, NOTE_WRITE, NO_EVENT);
797 init_test(&test, "2.2.3: rename existing file", FILE1, 1, 1, NOTE_WRITE, NO_EVENT);
[all...]
/xnu-2782.1.97/osfmk/kern/
H A Dkern_types.h66 #define NO_EVENT ((event_t) 0) macro
H A Dthread_call.c1056 if (wait_queue_wakeup_one(&group->idle_wqueue, NO_EVENT, THREAD_AWAKENED, -1) == KERN_SUCCESS) {
1066 wait_queue_wakeup_one(&daemon_wqueue, NO_EVENT, THREAD_AWAKENED, -1);
1267 wres = wait_queue_assert_wait(&group->idle_wqueue, NO_EVENT, THREAD_INTERRUPTIBLE, 0);
1279 wait_queue_assert_wait(&group->idle_wqueue, NO_EVENT, THREAD_UNINT, 0); /* Interrupted means to exit */
1334 wait_queue_assert_wait(&daemon_wqueue, NO_EVENT, THREAD_UNINT, 0);
1487 res = wait_queue_wakeup_one(&group->idle_wqueue, NO_EVENT, THREAD_INTERRUPTED, -1);
H A Dsched_prim.c1161 if(event == NO_EVENT)
1162 panic("assert_wait() called with NO_EVENT");
1186 if(event == NO_EVENT)
1187 panic("assert_wait_timeout() called with NO_EVENT");
1238 if(event == NO_EVENT)
1239 panic("assert_wait_timeout_with_leeway() called with NO_EVENT");
1274 assert(event != NO_EVENT);
1310 if(event == NO_EVENT)
1311 panic("assert_wait_deadline_with_leeway() called with NO_EVENT");
1668 if(event == NO_EVENT)
[all...]

Completed in 70 milliseconds