Searched refs:mach_eventlink_associate (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/tests/ |
| H A D | mach_eventlink.c | 64 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_with_timeout() 86 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_no_wait() 108 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_destroy() 129 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_for_signal() 151 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_signal() 177 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_wait_signal_with_no_wait() 206 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_wait_signal_with_prepost() 237 kr = mach_eventlink_associate(eventlink_port, self, 0, 0, 0, 0, MELA_OPTION_NONE); in test_eventlink_wait_then_signal_loop() 327 kr = mach_eventlink_associate(MACH_PORT_NULL, self, 0, 0, 0, 0, MELA_OPTION_NONE); 345 kr = mach_eventlink_associate(port_pair[0], self, 0, 0, 0, 0, MELA_OPTION_NONE); [all …]
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | mach_eventlink.defs | 48 routine mach_eventlink_associate(
|
| /xnu-12377.1.9/osfmk/ipc/ |
| H A D | ipc_eventlink.c | 361 mach_eventlink_associate( in mach_eventlink_associate() function
|