Home
last modified time | relevance | path

Searched refs:KEVENT_FLAG_ERROR_EVENTS (Results 1 – 10 of 10) sorted by relevance

/xnu-10063.141.1/tests/
H A Dturnstile_multihop.c280 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in register_port()
590 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in dispatch_sync_wait()
622 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in dispatch_sync_cancel()
H A Dpoll_select_kevent_paired_fds.c199 KEVENT_FLAG_WORKQ | KEVENT_FLAG_ERROR_EVENTS); in reenable_workq()
409 KEVENT_FLAG_WORKQ | KEVENT_FLAG_ERROR_EVENTS); in write_to_fd()
656 KEVENT_FLAG_WORKQ | KEVENT_FLAG_ERROR_EVENTS); in read_from_fd()
H A Dkqueue_port_tests.c187 KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in kevent_attach_event()
H A Dtest_knote_use_after_free.c148 KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in th_allocate_knotes()
H A Dkevent_qos.c300 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS | KEVENT_FLAG_DYNAMIC_KQ_MUST_EXIST); in workloop_cb_test_sync_send_and_enable_handoff()
469 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS | KEVENT_FLAG_DYNAMIC_KQ_MUST_EXIST); in enable_kevent()
1730 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in expect_kevent_id_recv()
H A Dprioritize_process_launch.c462 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in register_workloop_for_port()
/xnu-10063.141.1/bsd/sys/
H A Devent.h141 #define KEVENT_FLAG_ERROR_EVENTS 0x000002 /* output events only include chang… macro
H A Devent_private.h170 #define KEVENT_FLAG_USER (KEVENT_FLAG_IMMEDIATE | KEVENT_FLAG_ERROR_EVENTS | \
/xnu-10063.141.1/tests/ipc/
H A Dmach_msg2.c557 NULL, KEVENT_FLAG_WORKLOOP | KEVENT_FLAG_ERROR_EVENTS); in register_workloop_for_port()
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c6961 return !(flags & KEVENT_FLAG_ERROR_EVENTS) && nevents > 0; in kevent_args_requesting_events()
7770 (flags & KEVENT_FLAG_ERROR_EVENTS) && in kevent_internal()
7818 if ((flags & KEVENT_FLAG_ERROR_EVENTS) == 0 && in kevent_internal()