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

/freebsd-10.2-release/lib/libc/gen/
H A Dsetmode.c173 sigset_t sigset, sigoset; local
191 (void)__libc_sigprocmask(SIG_BLOCK, &sigset, &sigoset);
194 (void)__libc_sigprocmask(SIG_SETMASK, &sigoset, NULL);

Completed in 44 milliseconds