Home | History | Annotate | Download | only in fork

Lines Matching refs:errno

43 #include <errno.h>
67 UNRESOLVED(errno, "Failed to initialize signal set");
73 UNRESOLVED(errno, "Failed to add SIGUSR1 to signal set");
79 UNRESOLVED(errno, "Failed to add SIGUSR2 to signal set");
85 UNRESOLVED(errno, "Sigprocmask failed");
92 UNRESOLVED(errno, "failed to kill with SIGUSR1");
98 UNRESOLVED(errno, "failed to kill with SIGUSR2");
105 UNRESOLVED(errno,
112 UNRESOLVED(errno,
120 UNRESOLVED(errno,
137 UNRESOLVED(errno, "Failed to fork");
146 UNRESOLVED(errno, "Sigprocmask failed in child");
152 UNRESOLVED(errno,
164 UNRESOLVED(errno,
181 UNRESOLVED(errno,
188 UNRESOLVED(errno,
200 UNRESOLVED(errno,
221 UNRESOLVED(errno, "Waitpid returned the wrong PID");