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

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotifyd.h42 dispatch_source_t sig_usr2_src; member in struct:global_s
H A Dnotifyd.c1245 global.sig_usr2_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)SIGUSR2, 0, main_q);
1246 assert(global.sig_usr2_src != NULL);
1247 dispatch_source_set_event_handler(global.sig_usr2_src, ^{
1250 dispatch_resume(global.sig_usr2_src);

Completed in 127 milliseconds