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

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_client.c590 if (t->flags & NOTIFY_FLAG_SELF) return;
856 if (flags & NOTIFY_FLAG_SELF) mach_port_deallocate(mach_task_self(), mp);
1389 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PLAIN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1465 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PLAIN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1526 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_SIGNAL, sig, FD_NONE, MACH_PORT_NULL, 0);
1631 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PORT, SIGNAL_NONE, FD_NONE, *notify_port, 0);
1832 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_FILE, SIGNAL_NONE, *notify_fd, MACH_PORT_NULL, 0);
1940 if (t->flags & NOTIFY_FLAG_SELF)
1997 if (t->flags & NOTIFY_FLAG_SELF)
2035 if (t->flags & NOTIFY_FLAG_SELF)
[all...]
H A Dlibnotify.h56 #define NOTIFY_FLAG_SELF 0x80000000 macro

Completed in 82 milliseconds