Home
last modified time | relevance | path

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

12

/sysdeps/nptl/
A Daio_misc.h54 if (status != EAGAIN) \
64 result = EAGAIN; \
68 assert (status == 0 || status == EAGAIN); \
A Dgai_misc.h55 if (status != EAGAIN) \
65 result = EAGAIN; \
69 assert (status == 0 || status == EAGAIN); \
A Dfutex-internal.h150 case -EAGAIN: in futex_wait()
269 case -EAGAIN: in futex_unlock_pi()
/sysdeps/unix/mips/
A Dsysdep.S48 #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
54 li v0, EAGAIN
81 #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
86 li v0, EAGAIN
/sysdeps/mach/htl/
A Dpt-thread-alloc.c40 return EAGAIN; in create_wakeupmsg()
54 return EAGAIN; in create_wakeupmsg()
89 return EAGAIN; in __pthread_thread_alloc()
A Dpt-stack-alloc.c57 return EAGAIN; in __pthread_stack_alloc()
61 return EAGAIN; in __pthread_stack_alloc()
/sysdeps/unix/x86_64/
A Dsysdep.S30 #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
36 movl $EAGAIN, %eax /* Yes; translate it to EAGAIN. */
/sysdeps/unix/arm/
A Dsysdep.S29 #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
35 moveq r0, $EAGAIN /* Yes; translate it to EAGAIN. */
/sysdeps/pthread/
A Dtst-basic7.c70 err == EAGAIN ? "OK" : "FAIL"); in do_test()
71 return err != EAGAIN; in do_test()
A Dtst-sem1.c59 else if (errno != EAGAIN) in do_test()
A Dtst-sem3.c90 else if (errno != EAGAIN) in do_test()
A Dsem_open.c148 __set_errno (EAGAIN); in __sem_open()
/sysdeps/htl/
A Dsem-trywait.c32 errno = EAGAIN; in __sem_trywait()
/sysdeps/unix/sh/
A Dsysdep.S22 #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
96 #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
98 .L2: .long EAGAIN
/sysdeps/mach/hurd/
A Dwait4_nocancel.c41 case EAGAIN: in __wait4_nocancel()
A Dwait4.c44 case EAGAIN: in __wait4()
A Dwaitid.c82 if (err == EAGAIN) in __waitid()
/sysdeps/unix/sysv/linux/
A Dtst-o_path-locks.c64 TEST_COMPARE (*shared_errno, EAGAIN); in probe_lock()
A Dnetlink_assert_response.c62 else if (error_code == EAGAIN || error_code == EWOULDBLOCK) in __netlink_assert_response()
/sysdeps/mach/hurd/bits/
A Derrno.h71 EAGAIN = 0x40000023, /* Resource temporarily unavailable */ enumerator
267 #define EAGAIN 0x40000023 macro
268 #define EWOULDBLOCK EAGAIN
/sysdeps/mach/hurd/htl/
A Dpt-mutex-lock.c44 return EAGAIN; in __pthread_mutex_lock()
A Dpt-mutex-trylock.c45 return EAGAIN; in __pthread_mutex_trylock()
A Dpt-mutex.h36 return EAGAIN; \
A Dpt-mutex-timedlock.c45 return EAGAIN; in __pthread_mutex_clocklock()
/sysdeps/gnu/
A Derrlist.h230 #ifdef EAGAIN
261 _S(EAGAIN, N_("Resource temporarily unavailable"))
775 #if defined (EWOULDBLOCK) && EWOULDBLOCK != EAGAIN

Completed in 23 milliseconds

12