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

/freebsd-11-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c79 sigset_t sigchld_mask; local
87 sigemptyset(&sigchld_mask);
88 sigaddset(&sigchld_mask, SIGCHLD);
89 if (sigprocmask(SIG_BLOCK, &sigchld_mask, NULL) == -1)

Completed in 49 milliseconds