Searched refs:NO_EVENT64 (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/osfmk/ipc/ |
| H A D | ipc_mqueue.h | 132 #define IPC_MQUEUE_RECEIVE NO_EVENT64
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | kern_types.h | 80 #define NO_EVENT64 ((event64_t) 0) macro
|
| H A D | waitq.c | 583 thread->wait_event = NO_EVENT64; in thread_clear_waitq_state() 1129 assert(args->event == NO_EVENT64); in do_waitq_select_n_locked_sets() 1261 if (args->event != NO_EVENT64 || !waitq_preposts(waitq)) { in do_waitq_select_n_locked() 1303 assert(wait_event == NO_EVENT64); in waitq_assert_wait64_locked() 1306 assert(wait_event != NO_EVENT64); in waitq_assert_wait64_locked() 2596 wqt_wakeup_one(10, NO_EVENT64, KERN_NOT_WAITING); in waitq_basic_test() 2597 wqt_wakeup_one(12, NO_EVENT64, KERN_NOT_WAITING); in waitq_basic_test()
|
| H A D | sched_prim.c | 1026 assert(thread->wait_event == NO_EVENT64); in thread_go()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | sys_generic.c | 1450 NO_EVENT64, THREAD_ABORTSAFE, in selprocess() 2165 select_waitq_wakeup_and_deinit(&sip->si_waitq, NO_EVENT64, wr); in selwakeup_internal()
|
| H A D | kern_descrip.c | 1654 if (waitq_wakeup64_all(selset, NO_EVENT64, in fileproc_drain() 1661 if (waitq_wakeup64_all(&select_conflict_queue, NO_EVENT64, in fileproc_drain()
|