Home | History | Annotate | Download | only in sem_unlink

Lines Matching refs:errno

46 #include <errno.h>
97 UNRESOLVED(errno, "Failed to reconnect the semaphore");
105 while (ret != 0 && errno == EINTR);
142 if ((sem == SEM_FAILED) && (errno == EEXIST)) {
148 UNRESOLVED(errno, "Failed to create the semaphore");
155 UNRESOLVED(errno, "Failed to fork");
172 UNRESOLVED(errno, "Failed to fork");
183 UNRESOLVED(errno, "Failed to fork");
189 UNRESOLVED(errno, "Failed to exec");
199 UNRESOLVED(errno, "Failed to unlink the semaphore");
206 UNRESOLVED(errno, "Failed to post the semaphore");
213 UNRESOLVED(errno, "Failed to close the semaphore");
220 UNRESOLVED(errno, "Waitpid returned the wrong PID");
230 UNRESOLVED(errno, "Waitpid returned the wrong PID");
240 UNRESOLVED(errno, "Waitpid returned the wrong PID");