Searched refs:NOTIFY_OPT_DEMUX (Results 1 - 3 of 3) sorted by path

/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c282 if (_dispatch_is_multithreaded()) globals->client_opts |= (NOTIFY_OPT_DEMUX | NOTIFY_OPT_REGEN);
342 * Create the shared multiplex ports if NOTIFY_OPT_DEMUX is set.
344 if ((globals->client_opts & NOTIFY_OPT_DEMUX) && (globals->notify_common_port == MACH_PORT_NULL))
1313 notify_set_options(NOTIFY_OPT_DEMUX | NOTIFY_OPT_REGEN);
1532 if (globals->client_opts & NOTIFY_OPT_DEMUX)
1654 if ((globals->client_opts & NOTIFY_OPT_DEMUX) && (*notify_port != globals->notify_common_port))
1696 if ((globals->client_opts & NOTIFY_OPT_DEMUX) && (*notify_port != globals->notify_common_port))
1840 if (globals->client_opts & NOTIFY_OPT_DEMUX)
H A Dnotify_private.h30 #define NOTIFY_OPT_DEMUX 0x00000001 macro
/macosx-10.10.1/Libnotify-133.1.1/notifyutil/
H A Dnotifyutil.c513 opts |= NOTIFY_OPT_DEMUX;

Completed in 230 milliseconds