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

/freebsd-13-stable/lib/libc/gen/
H A Dsetmode.c348 sigset_t sigset, sigoset; local
369 (void)__libc_sigprocmask(SIG_BLOCK, &sigset, &sigoset);
371 (void)__libc_sigprocmask(SIG_SETMASK, &sigoset, NULL);

Completed in 153 milliseconds