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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
17-25.c 10 errno set to EINTR if a handler for the SIGXCPU signal is setup with
54 errno == EINTR) {
17-26.c 10 errno set to EINTR if a handler for the SIGXFSZ signal is setup with
54 errno == EINTR) {
17-3.c 10 errno set to EINTR if a handler for the SIGBUS signal is setup with
54 errno == EINTR) {
17-4.c 10 errno set to EINTR if a handler for the SIGCHLD signal is setup with
54 errno == EINTR) {
17-5.c 10 errno set to EINTR if a handler for the SIGCONT signal is setup with
54 errno == EINTR) {
17-6.c 10 errno set to EINTR if a handler for the SIGFPE signal is setup with
54 errno == EINTR) {
17-7.c 10 errno set to EINTR if a handler for the SIGHUP signal is setup with
54 errno == EINTR) {
17-8.c 10 errno set to EINTR if a handler for the SIGILL signal is setup with
54 errno == EINTR) {
17-9.c 10 errno set to EINTR if a handler for the SIGINT signal is setup with
54 errno == EINTR) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
2-1.c 66 if ((sigpause(SIGTOTEST) != -1) || (errno != EINTR)) {
  /external/ltp/testcases/open_posix_testsuite/tools/
t0.c 118 else if (errno == EINTR) {
  /external/mdnsresponder/mDNSPosix/
ExampleClientApp.c 22 #include <errno.h> // For errno, EINTR
77 if (errno != EINTR) StopNow = mDNStrue;
  /external/netperf/src/missing/
inet_ntop.c 79 #define EINTR WSAEINTR
  /external/sfntly/cpp/src/test/
platform_thread.cc 95 while (nanosleep(&sleep_time, &remaining) == -1 && errno == EINTR)