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

/freebsd-13-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c118 sigset_t signew; local
450 sigemptyset(&signew);
451 sigaddset(&signew, SIGUSR1);
452 sigaddset(&signew, SIGCHLD);
453 sigprocmask(SIG_BLOCK, &signew, NULL);
474 sigemptyset(&signew);
475 sigaddset(&signew, SIGUSR1);
476 sigprocmask(SIG_UNBLOCK, &signew, NULL);
494 sigemptyset(&signew);
496 sigsuspend(&signew);
[all...]

Completed in 98 milliseconds