Searched refs:NOTIFY_OPT_DISABLE (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotifyd.c1146 notify_set_options(NOTIFY_OPT_DISABLE);
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c260 /* notifyd sets NOTIFY_OPT_DISABLE to avoid re-entrancy issues */
261 if (globals->client_opts & NOTIFY_OPT_DISABLE) return NOTIFY_STATUS_FAILED;
395 if (globals->notify_server_port != MACH_PORT_NULL) globals->client_opts = NOTIFY_OPT_DISABLE;
398 if (_dispatch_is_multithreaded()) globals->client_opts = NOTIFY_OPT_DISABLE;
954 /* NOTIFY_OPT_DISABLE can be unset with NOTIFY_OPT_ENABLE */
955 if (globals->client_opts & NOTIFY_OPT_DISABLE)
973 if (opts & NOTIFY_OPT_DISABLE)
978 globals->client_opts = NOTIFY_OPT_DISABLE;
H A Dnotify_private.h33 #define NOTIFY_OPT_DISABLE 0x08000000 macro

Completed in 144 milliseconds