Searched refs:NO_EVENT64 (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_mqueue.h | 132 #define IPC_MQUEUE_RECEIVE NO_EVENT64
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | kern_types.h | 80 #define NO_EVENT64 ((event64_t) 0) macro
|
| H A D | waitq.c | 590 thread->wait_event = NO_EVENT64; in thread_clear_waitq_state() 1182 assert(args->event == NO_EVENT64); in do_waitq_select_n_locked_sets() 1288 if (args->event != NO_EVENT64 || !waitq_preposts(waitq)) { in do_waitq_select_n_locked() 1330 assert(wait_event == NO_EVENT64); in waitq_assert_wait64_locked() 1333 assert(wait_event != NO_EVENT64); in waitq_assert_wait64_locked() 2685 wqt_wakeup_one(10, NO_EVENT64, KERN_NOT_WAITING); in waitq_basic_test() 2686 wqt_wakeup_one(12, NO_EVENT64, KERN_NOT_WAITING); in waitq_basic_test()
|
| H A D | sched_prim.c | 1044 assert(thread->wait_event == NO_EVENT64); in thread_go()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | sys_generic.c | 1440 NO_EVENT64, THREAD_ABORTSAFE, in selprocess() 2158 select_waitq_wakeup_and_deinit(&sip->si_waitq, NO_EVENT64, wr); in selwakeup_internal()
|
| H A D | kern_descrip.c | 1648 if (waitq_wakeup64_all(selset, NO_EVENT64, in fileproc_drain() 1655 if (waitq_wakeup64_all(&select_conflict_queue, NO_EVENT64, in fileproc_drain()
|