HomeSort by relevance Sort by last modified time
    Searched refs:EINTR (Results 376 - 400 of 1355) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/misc/
uuidd.c 100 if ((errno == EAGAIN || errno == EINTR || ret == 0) &&
122 if ((errno == EAGAIN) || (errno == EINTR))
261 if ((errno == EAGAIN) || (errno == EINTR))
344 if ((errno == EAGAIN) || (errno == EINTR))
  /external/libcap/progs/old/
sucap.c 46 while (read(fd, buf, sizeof(buf)) == -1 && errno == EINTR) {
  /external/libdaemon/examples/
testd.c 149 if (errno == EINTR)
  /external/libdrm/tests/kms/
kms-steal-crtc.c 135 if (errno == EINTR)
  /external/ltp/testcases/kernel/mem/shmt/
shmt04.c 120 while ((pid1 = wait(&status)) < 0 && (errno == EINTR)) ;
shmt06.c 119 while ((pid1 = wait(&status)) < 0 && (errno == EINTR)) ;
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep01.c 55 * EINTR v (function was interrupted by a signal)
105 .exp_ret = EINTR,
  /external/ltp/testcases/kernel/syscalls/epoll_pwait/
epoll_pwait01.c 27 * return -1 and set errno to EINTR.
140 if (TEST_ERRNO == EINTR) {
144 "expected EINTR");
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe04.c 70 } while (n < 0 && errno == EINTR);
pipe09.c 69 } while (n < 0 && errno == EINTR);
pipe11.c 82 } while (n < 0 && errno == EINTR);
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid_common.h 117 if (errno == EINTR)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
2-2.c 105 while (ret != 0 && errno == EINTR);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 99 } while ((ret != 0) && (errno == EINTR));
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 71 # define dnssd_EINTR EINTR
  /external/ppp/pppd/
tty.c 583 if (err != EINTR) {
587 if (!persist || err != EINTR)
732 if (errno != EINTR) {
736 if (!persist || errno != EINTR || hungup || got_sigterm)
1115 if (errno != EINTR)
1139 if (!(errno == EINTR || errno == EAGAIN)) {
1163 if (!(errno == EINTR || errno == EAGAIN)) {
1194 } else if (errno != EAGAIN && errno != EINTR) {
1213 } else if (errno != EAGAIN && errno != EINTR) {
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 16 EINTR = 4
  /external/selinux/libselinux/src/
init.c 39 } while (rc < 0 && errno == EINTR);
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 458 if (errno != EINTR) {
494 if (errno != EINTR) {
546 if (errno == EINTR || errno == EAGAIN
571 if (errno != EINTR) {
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 82 #define EINTR 4 /* Interrupted system call */
  /external/toybox/lib/
net.c 55 if (errno != EINTR && errno != ENOMEM) perror_exit("xpoll");
  /external/toybox/toys/pending/
openvt.c 124 while (-1 == waitpid(pid, NULL, 0) && errno == EINTR)
  /external/valgrind/memcheck/tests/
addressable.c 135 if (errno != EINTR) {
  /external/valgrind/none/tests/
async-sigs.c 63 while (ret == -1 && errno == EINTR);
  /frameworks/av/media/audioserver/
main_audioserver.cpp 69 if (ret == EINTR) {

Completed in 1748 milliseconds

<<11121314151617181920>>