Searched refs:NO_EVENT64 (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/osfmk/ipc/ |
| H A D | ipc_mqueue.h | 122 #define IPC_MQUEUE_RECEIVE NO_EVENT64
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | kern_types.h | 80 #define NO_EVENT64 ((event64_t) 0) macro
|
| H A D | waitq.c | 591 thread->wait_event = NO_EVENT64; in thread_clear_waitq_state() 1185 assert(args->event == NO_EVENT64); in do_waitq_select_n_locked_sets() 1274 if (args->event != NO_EVENT64 || !waitq_preposts(waitq)) { in do_waitq_select_n_locked() 1316 assert(wait_event == NO_EVENT64); in waitq_assert_wait64_locked() 1319 assert(wait_event != NO_EVENT64); in waitq_assert_wait64_locked() 2661 wqt_wakeup_one(10, NO_EVENT64, KERN_NOT_WAITING); in waitq_basic_test() 2662 wqt_wakeup_one(12, NO_EVENT64, KERN_NOT_WAITING); in waitq_basic_test()
|
| H A D | sched_prim.c | 985 assert(thread->wait_event == NO_EVENT64); in thread_go()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | sys_generic.c | 1443 NO_EVENT64, THREAD_ABORTSAFE, in selprocess() 2161 select_waitq_wakeup_and_deinit(&sip->si_waitq, NO_EVENT64, wr); in selwakeup_internal()
|
| H A D | kern_descrip.c | 1657 if (waitq_wakeup64_all(selset, NO_EVENT64, in fileproc_drain() 1664 if (waitq_wakeup64_all(&select_conflict_queue, NO_EVENT64, in fileproc_drain()
|