Home
last modified time | relevance | path

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

/bionic/tests/
Deventfd_test.cpp37 ASSERT_EQ(EAGAIN, errno); in TEST()
91 ASSERT_EQ(EAGAIN, errno); in TEST()
Dsys_sem_test.cpp65 ASSERT_EQ(EAGAIN, errno); in TEST()
Dsemaphore_test.cpp63 ASSERT_EQ(EAGAIN, errno); in TEST()
Dpthread_test.cpp103 if (rv == EAGAIN) { in TEST()
118 ASSERT_EQ(EAGAIN, rv); in TEST()
267 ASSERT_EQ(EAGAIN, pthread_create(&t, &attributes, IdFn, nullptr)); in TEST()
2850 if (status != EAGAIN) break; in TEST()
Dsignal_test.cpp764 ASSERT_EQ(EAGAIN, errno); in TEST()
Dunistd_test.cpp1258 ASSERT_EQ(EAGAIN, errno); in TEST()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h31 #define EAGAIN 11 macro
Derrno.h28 #define EWOULDBLOCK EAGAIN
/bionic/libc/bionic/
Dpthread_create.cpp257 if (attr->guard_size < unaligned_guard_size) return EAGAIN; in __allocate_thread()
260 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
267 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
Dpthread_rwlock.cpp279 return EAGAIN; in __pthread_rwlock_tryrdlock()
297 if (result == 0 || result == EAGAIN) { in __pthread_rwlock_timedrdlock()
Dstrerror.cpp58 [EAGAIN] = "Try again",
Dpthread_key.cpp135 return EAGAIN; in pthread_key_create()
Dsemaphore.cpp311 errno = EAGAIN; in sem_trywait()
Dmalloc_heapprofd.cpp456 errno = EAGAIN; in DispatchReset()
Dpthread_mutex.cpp167 return EAGAIN; in PIMutexTryLock()
674 return EAGAIN; in RecursiveIncrement()
Dsignal.cpp304 if (errno != EAGAIN && errno != EINTR) return errno; in sigwait64()
/bionic/tests/headers/posix/
Derrno_h.c41 MACRO(EAGAIN); in errno_h()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp108 if (bytes == -1 && errno == EAGAIN) { in Exec()
171 } else if (actual == -EAGAIN) { in GetLogStr()
/bionic/benchmarks/tests/
Dinterface_test.cpp128 if (bytes == -1 && errno == EAGAIN) { in RunTest()