Home
last modified time | relevance | path

Searched refs:notify_ipc_version (Results 1 – 2 of 2) sorted by relevance

/trueos/lib/libnotify/
HDnotify_client.c296 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 …]
HDnotify_internal.h34 int32_t notify_ipc_version; member