HomeSort by relevance Sort by last modified time
    Searched refs:EAGAIN (Results 476 - 500 of 805) sorted by null

<<11121314151617181920>>

  /external/iputils/
tracepath.c 122 if (errno == EAGAIN)
tracepath6.c 135 if (errno == EAGAIN)
  /external/libmicrohttpd/src/microhttpd/
connection.c     [all...]
  /external/libpcap/
pcap-snf.c 156 if (err == EBUSY || err == EAGAIN) {
  /external/libvncserver/libvncserver/
httpd.c 325 if (errno == EAGAIN) {
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
txtimestamp.c 257 if (ret == -1 && errno != EAGAIN)
  /external/ltp/testcases/kernel/controllers/cgroup/
getdelays.c 158 } else if (errno != EAGAIN)
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 167 sizeof(from), -1, EAGAIN, setup1, cleanup1,
  /external/ltp/testcases/kernel/syscalls/sigwaitinfo/
sigwaitinfo01.c 166 REPORT_SUCCESS(-1, EAGAIN);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 19 PTHREAD_THREADS_MAX threads already exist, EAGAIN shall be returned.
258 /* stop here if we've got EAGAIN */
259 if (ret == EAGAIN)
267 /* FAILED if error is != EAGAIN or nthreads > PTHREAD_THREADS_MAX */
273 ("pthread_create did not return EAGAIN on a lack of resource");
  /external/mesa3d/include/c11/
threads_win32.h 489 if (errno == EAGAIN || errno == EACCES)
  /external/ppp/pppd/
sys-linux.c 1065 if (errno == EWOULDBLOCK || errno == EAGAIN || errno == ENOBUFS
1132 if (nr < 0 && errno != EWOULDBLOCK && errno != EAGAIN
1141 if (nr < 0 && errno != EWOULDBLOCK && errno != EAGAIN
1182 if (errno != EWOULDBLOCK && errno != EAGAIN)
    [all...]
  /external/python/cpython2/Lib/test/
test_asynchat.py 246 # EAGAIN
252 raise socket.error(errno.EAGAIN, "EAGAIN")
  /external/python/cpython2/Modules/
linuxaudiodev.c 202 if (errno != EAGAIN) {
206 errno = 0; /* EAGAIN: buffer is full, try again */
  /external/python/cpython3/Lib/test/
test_asynchat.py 282 sock.recv.side_effect = BlockingIOError(errno.EAGAIN)
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 540 // Ideally we wouldn't ever see EAGAIN or EWOULDBLOCK here, since
546 if (errno == EINTR || errno == EAGAIN
  /external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.cc 66 } else if (errno == EINTR || errno == EAGAIN) {
  /external/toybox/toys/pending/
tftp.c 146 if (errno == EAGAIN) {
  /external/v4l2_codec2/vda/
v4l2_device.cc 211 if (errno == EAGAIN) {
  /frameworks/av/media/libaudiohal/2.0/
EffectHalHidl.cpp 215 if (ret == -EAGAIN || ret == -EINTR) {
  /frameworks/av/media/libaudiohal/4.0/
EffectHalHidl.cpp 218 if (ret == -EAGAIN || ret == -EINTR) {
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]
  /frameworks/base/core/java/android/net/
IpSecManager.java     [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.c 396 } while (ret == EAGAIN);
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.c 341 } while (ret == EAGAIN);

Completed in 1469 milliseconds

<<11121314151617181920>>