Home
last modified time | relevance | path

Searched refs:mach_eventlink_associate (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/tests/
H A Dmach_eventlink.c76 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_with_timeout()
98 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_no_wait()
120 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_destroy()
141 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_for_signal()
163 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_signal()
189 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_wait_signal_with_no_wait()
218 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_wait_signal_with_prepost()
249 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_signal_loop()
331 kr = mach_eventlink_associate(MACH_PORT_NULL, self, 0, 0, 0, 0, MELA_OPTION_NONE);
349 kr = mach_eventlink_associate(port_pair[0], self, 0, 0, 0, 0, MELA_OPTION_NONE);
[all …]
/xnu-8020.101.4/osfmk/mach/
H A Dmach_eventlink.defs48 routine mach_eventlink_associate(
/xnu-8020.101.4/libsyscall/mach/
H A Dmach_eventlink.defs83 routine mach_eventlink_associate(
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_eventlink.c360 mach_eventlink_associate( in mach_eventlink_associate() function