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

/macosx-10.10/gssd-64/
H A Dgssd.c1646 sigset_t quitset[1]; local
1651 sigemptyset(quitset);
1652 sigaddset(quitset, SIGQUIT);
1685 pthread_sigmask(SIG_UNBLOCK, quitset, NULL);

Completed in 320 milliseconds