Home
last modified time | relevance | path

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

/NextBSD/lib/libnotify/
HDnotify_internal.h35 pid_t notify_server_pid; member
HDnotify_client.c294 pid_t last_pid = globals->notify_server_pid; in _notify_lib_init()
297 globals->notify_server_pid = 0; in _notify_lib_init()
307 globals->notify_server_pid = state; in _notify_lib_init()
312 if ((last_pid == globals->notify_server_pid) && (event == EVENT_REGEN)) in _notify_lib_init()
337 …_source == NULL) && (globals->client_opts & NOTIFY_OPT_REGEN) && (globals->notify_server_pid != 0)) in _notify_lib_init()
339 …spatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)globals->notify_server_pid, DISPATCH_PR… in _notify_lib_init()
407 globals->notify_server_pid = 0; in _notify_fork_child()
666 …if ((globals->shm_base != NULL) && (globals->shm_base[0] != (uint32_t)globals->notify_server_pid))… in regenerate_check()