Searched refs:_notify_lib_regenerate (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c120 static void _notify_lib_regenerate(int src);
268 * Create a source (DISPATCH_SOURCE_TYPE_PROC) to invoke _notify_lib_regenerate if notifyd restarts.
274 dispatch_source_set_event_handler(globals->server_proc_source, ^{ _notify_lib_regenerate(1); });
559 _notify_lib_regenerate(int src) function
596 if ((globals->shm_base != NULL) && (globals->shm_base[0] != globals->notify_server_pid)) _notify_lib_regenerate(0);

Completed in 108 milliseconds