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

/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c527 if (t->flags & NOTIFY_FLAG_SELF) return;
793 if (flags & NOTIFY_FLAG_SELF) mach_port_deallocate(mach_task_self(), mp);
1290 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PLAIN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1366 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PLAIN, SIGNAL_NONE, FD_NONE, MACH_PORT_NULL, 0);
1427 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_SIGNAL, sig, FD_NONE, MACH_PORT_NULL, 0);
1532 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PORT, SIGNAL_NONE, FD_NONE, *notify_port, 0);
1733 token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_FILE, SIGNAL_NONE, *notify_fd, MACH_PORT_NULL, 0);
1841 if (t->flags & NOTIFY_FLAG_SELF)
1898 if (t->flags & NOTIFY_FLAG_SELF)
1936 if (t->flags & NOTIFY_FLAG_SELF)
[all...]
H A Dlibnotify.h49 #define NOTIFY_FLAG_SELF 0x80000000 macro

Completed in 133 milliseconds