Home | History | Annotate | Download | only in fork

Lines Matching refs:errno

35 #include <errno.h>
67 UNRESOLVED(errno, "Unable to read CLOCK_REALTIME clock");
76 UNRESOLVED(errno, "Failed to fork");
81 UNRESOLVED(errno, "Failed to open the semaphore (try executing "
91 } while (ret == -1 && errno == EINTR);
94 UNRESOLVED(errno, "Failed to post the semaphore");
98 UNRESOLVED(errno, "Failed to close the semaphore");
107 } while (ret == -1 && errno == EINTR);
110 if (errno == ETIMEDOUT)
112 UNRESOLVED(errno, "Failed to wait for the semaphore");
118 UNRESOLVED(errno, "Failed to close the semaphore");
122 UNRESOLVED(errno, "Unable to unlink the semaphore");
127 UNRESOLVED(errno, "Waitpid returned the wrong PID");
135 UNRESOLVED(errno, "Unable to read CLOCK_REALTIME clock");