Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/bionic/
Dsigwait.cpp49 if (errno != EAGAIN && errno != EINTR) { in sigwait()
Dpthread_key.cpp129 return EAGAIN; in pthread_key_create()
Dpthread_rwlock.cpp279 return EAGAIN; in __pthread_rwlock_tryrdlock()
298 if (result == 0 || result == EAGAIN) { in __pthread_rwlock_timedrdlock()
Dsemaphore.cpp292 errno = EAGAIN; in sem_trywait()
Dpthread_create.cpp153 return EAGAIN; in __allocate_thread()
Dpthread_mutex.cpp385 return EAGAIN; in __recursive_increment()
Dgetentropy_linux.c268 if (errno == EAGAIN || errno == EINTR) in getentropy_urandom()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h34 #define EAGAIN 11 macro
Derrno.h30 #define EWOULDBLOCK EAGAIN
/bionic/tests/
Deventfd_test.cpp48 ASSERT_EQ(EAGAIN, errno); in TEST()
Dsemaphore_test.cpp63 ASSERT_EQ(EAGAIN, errno); in TEST()
Dsignal_test.cpp375 ASSERT_EQ(EAGAIN, errno); in TEST()
Dpthread_test.cpp97 if (rv == EAGAIN) { in TEST()
112 ASSERT_EQ(EAGAIN, rv); in TEST()
259 ASSERT_EQ(EAGAIN, pthread_create(&t, &attributes, IdFn, NULL)); in TEST()
Dunistd_test.cpp945 ASSERT_EQ(EAGAIN, errno); in TEST()
Dgtest_main.cpp727 if (errno == EAGAIN) { in ReadChildProcOutput()
/bionic/libc/kernel/uapi/asm-mips/asm/
Derrno.h129 #define EWOULDBLOCK EAGAIN
/bionic/libc/include/sys/
D_errdefs.h50 __BIONIC_ERRDEF( EAGAIN , 11, "Try again" )