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

/freebsd-11.0-release/lib/libc/gen/
H A Dsetmode.c348 sigset_t sigset, sigoset; local
368 (void)__libc_sigprocmask(SIG_BLOCK, &sigset, &sigoset);
370 (void)__libc_sigprocmask(SIG_SETMASK, &sigoset, NULL);

Completed in 51 milliseconds