Searched refs:EAGAIN (Results 1 - 25 of 235) sorted by relevance

12345678910

/external/openssl/crypto/rand/
H A Drand_egd.c165 #ifdef EAGAIN
166 case EAGAIN:
204 #ifdef EAGAIN
205 case EAGAIN:
230 #ifdef EAGAIN
231 case EAGAIN:
262 #ifdef EAGAIN
263 case EAGAIN:
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_timechange_handler_np.c86 * EAGAIN Not all CVs were broadcast
107 return (void *) (size_t) (result != 0 ? EAGAIN : 0);
H A Dptw32_getprocessors.c85 result = EAGAIN;
H A Dpthread_key_create.c71 * EAGAIN insufficient resources or PTHREAD_KEYS_MAX
87 result = EAGAIN;
H A Dsem_trywait.c64 * this function returns immediately with the error EAGAIN
70 * EAGAIN the semaphore was already locked,
103 result = EAGAIN;
H A Dcreate.c81 * EAGAIN insufficient resources.
90 int result = EAGAIN;
273 result = (threadH != 0) ? 0 : EAGAIN;
H A Dneed_errno.h93 #define EAGAIN 11 macro
H A Dpthread_setspecific.c62 * EAGAIN could not set value
161 result = EAGAIN;
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno-base.h14 #define EAGAIN 11 /* Try again */ macro
/external/oprofile/libutil/
H A Dop_deviceio.c36 if (count < 0 && errno != EINTR && errno != EAGAIN) {
/external/ppp/pppd/plugins/radius/
H A Dlock.c29 if ((res == -1) && (errno == EAGAIN))
/external/chromium_org/net/base/
H A Dnet_errors_posix.cc24 case EAGAIN:
25 #if EWOULDBLOCK != EAGAIN
/external/tcpdump/win32/Include/
H A Derrno.h14 #define EAGAIN 11 /* Try again */ macro
44 #define EWOULDBLOCK EAGAIN /* Operation would block */
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_i2c.c197 if (errno == EINTR || errno == EAGAIN) {
214 if (errno == EINTR || errno == EAGAIN) {
250 if (errno == EINTR || errno == EAGAIN) {
/external/chromium_org/third_party/libusb/src/msvc/
H A Derrno.h35 #define EAGAIN 11 /* Resource temporarily unavailable */ macro
/external/iptables/iptables/
H A Diptables-standalone.c79 if (errno == EAGAIN) {
/external/netcat/
H A Datomicio.c56 if ((errno == EAGAIN) || (errno == ENOBUFS)) {
/external/valgrind/main/drd/tests/
H A Dsem_wait.cpp23 if (errno != EAGAIN)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drecord.c12 int err = -EAGAIN, fd;
60 } while (ret == -EAGAIN && try[i]);
/external/openssl/crypto/bio/
H A Dbss_fd.c295 #ifdef EAGAIN
296 #if EWOULDBLOCK != EAGAIN
297 case EAGAIN:
H A Dbss_sock.c269 #ifdef EAGAIN
270 # if EWOULDBLOCK != EAGAIN
271 case EAGAIN:
/external/qemu/include/android/
H A Dsockets.h38 # ifndef EAGAIN
39 # define EAGAIN 10035 macro
42 # define EWOULDBLOCK EAGAIN
/external/chromium_org/base/
H A Dasync_socket_io_handler_posix.cc54 if (errno == EAGAIN) {
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc116 if (errno == EAGAIN || errno == EACCES)
/external/chromium_org/ppapi/proxy/
H A Dfile_mapping_resource_posix.cc22 case EAGAIN:

Completed in 567 milliseconds

12345678910