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

/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c148 sigset_t sgset; local
339 (void) sigfillset(&sgset);
340 (void) thr_sigsetmask(SIG_BLOCK, &sgset, NULL);
377 (void) thr_sigsetmask(SIG_UNBLOCK, &sgset, NULL);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c156 sigset_t sgset; local
470 (void) sigfillset(&sgset);
471 (void) thr_sigsetmask(SIG_BLOCK, &sgset, NULL);
528 (void) thr_sigsetmask(SIG_UNBLOCK, &sgset, NULL);

Completed in 46 milliseconds