Searched refs:notify_ipc_version (Results 1 – 2 of 2) sorted by relevance
296 globals->notify_ipc_version = 0; in _notify_lib_init()305 globals->notify_ipc_version = state; in _notify_lib_init()327 if (globals->notify_ipc_version < 2) in _notify_lib_init()406 globals->notify_ipc_version = 0; in _notify_fork_child()1074 if (globals->notify_ipc_version == 0) in notify_post()1417 if (globals->notify_ipc_version == 0) in notify_register_check()1492 if (globals->notify_ipc_version == 0) in notify_register_plain()1558 if (globals->notify_ipc_version == 0) in notify_register_signal()1682 if (globals->notify_ipc_version == 0) in notify_register_mach_port()1914 if (globals->notify_ipc_version == 0) in notify_register_file_descriptor()[all …]
34 int32_t notify_ipc_version; member