Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h31 #define EAGAIN 11 macro
Derrno.h28 #define EWOULDBLOCK EAGAIN
/bionic/tests/
Deventfd_test.cpp35 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()
2603 if (status != EAGAIN) break; in TEST()
Dsignal_test.cpp776 ASSERT_EQ(EAGAIN, errno); in TEST()
Dunistd_test.cpp1183 ASSERT_EQ(EAGAIN, errno); in TEST()
/bionic/libc/kernel/uapi/asm-mips/asm/
Derrno.h107 #define EWOULDBLOCK EAGAIN
/bionic/tests/headers/posix/
Derrno_h.c41 MACRO(EAGAIN); in errno_h()
/bionic/libc/bionic/
Dpthread_create.cpp274 if (attr->guard_size < unaligned_guard_size) return EAGAIN; in __allocate_thread()
277 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
284 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
Dstrerror.cpp58 [EAGAIN] = "Try again",
Dpthread_key.cpp135 return EAGAIN; in pthread_key_create()
Dsemaphore.cpp300 errno = EAGAIN; in sem_trywait()
Dpthread_rwlock.cpp279 return EAGAIN; in __pthread_rwlock_tryrdlock()
297 if (result == 0 || result == EAGAIN) { in __pthread_rwlock_timedrdlock()
Dmalloc_heapprofd.cpp355 errno = EAGAIN; in DispatchReset()
Dsignal.cpp303 if (errno != EAGAIN && errno != EINTR) return errno; in sigwait64()
Dpthread_mutex.cpp167 return EAGAIN; in PIMutexTryLock()
665 return EAGAIN; in RecursiveIncrement()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp88 if (bytes == -1 && errno == EAGAIN) { in Exec()
151 } else if (actual == -EAGAIN) { in GetLogStr()
/bionic/benchmarks/tests/
Dinterface_test.cpp128 if (bytes == -1 && errno == EAGAIN) { in RunTest()