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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c128 sigset_t sig, oldsig; local
134 pthread_sigmask(SIG_BLOCK, &sig, &oldsig);
160 pthread_sigmask(SIG_SETMASK, &oldsig, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c107 struct sigaction oldsig; local
114 if (sigaction(SIGSEGV, &sig, &oldsig) < 0) {
161 if (sigaction(SIGSEGV, &oldsig, NULL) < 0) {

Completed in 88 milliseconds