Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 25 of 63) sorted by relevance

123

/glibc-2.36/nptl/
Dtst-rwlock2.c75 if (e != EBUSY) in do_test()
88 if (e != EBUSY) in do_test()
115 if (e != EBUSY) in do_test()
142 if (e != EBUSY) in do_test()
Dtst-mutex8.c164 if (e != EBUSY) in check_type()
195 if (e != EBUSY) in check_type()
247 if (e != EBUSY) in check_type()
322 if (e != EBUSY) in check_type()
Dpthread_mutex_trylock.c172 return EBUSY; in ___pthread_mutex_trylock()
281 return EBUSY; in ___pthread_mutex_trylock()
303 return EBUSY; in ___pthread_mutex_trylock()
449 return EBUSY; in ___pthread_mutex_trylock()
Dpthread_rwlock_tryrdlock.c51 return EBUSY; in ___pthread_rwlock_tryrdlock()
59 return EBUSY; in ___pthread_rwlock_tryrdlock()
Dpthread_spin_trylock.c79 return EBUSY; in __pthread_spin_trylock()
Dpthread_tryjoin.c27 return EBUSY; in __pthread_tryjoin_np()
/glibc-2.36/login/
Dlogin_tty.c67 while (__dup2(fd, 0) == -1 && errno == EBUSY) in __login_tty()
69 while (__dup2(fd, 1) == -1 && errno == EBUSY) in __login_tty()
71 while (__dup2(fd, 2) == -1 && errno == EBUSY) in __login_tty()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex-trylock.c37 ret = EBUSY; in __pthread_mutex_trylock()
56 ret = EBUSY; in __pthread_mutex_trylock()
65 ret = EBUSY; in __pthread_mutex_trylock()
Dpt-mutex-destroy.c31 return EBUSY; in __pthread_mutex_destroy()
/glibc-2.36/htl/tests/
Dtest-11.c131 assert (err == EBUSY); in main()
143 assert (err == EBUSY); in main()
147 assert (err == EBUSY); in main()
/glibc-2.36/sysdeps/pthread/
Dtst-join2.c66 else if (val != EBUSY) in do_test()
80 if (val != EBUSY) in do_test()
Dthrd_priv.h38 case EBUSY: in thrd_err_map()
/glibc-2.36/rt/
Dtst-mqueue5.c247 else if (errno != EBUSY) in do_child()
352 else if (errno != EBUSY) in do_child()
657 else if (errno != EBUSY) in do_test()
707 else if (errno != EBUSY) in do_test()
794 else if (errno != EBUSY) in do_test()
856 else if (errno != EBUSY) in do_test()
Dtst-mqueue6.c163 else if (errno != EBUSY) in do_test()
225 else if (errno != EBUSY) in do_test()
/glibc-2.36/posix/
Dtst-spawn6.c223 while (dup2 (ptmx, STDIN_FILENO) == -1 && errno == EBUSY) in do_test()
225 while (dup2 (ptmx, STDOUT_FILENO) == -1 && errno == EBUSY) in do_test()
227 while (dup2 (ptmx, STDERR_FILENO) == -1 && errno == EBUSY) in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h52 EBUSY = 0x40000010, /* Device or resource busy */ enumerator
249 #define EBUSY 0x40000010 macro
/glibc-2.36/sysdeps/ia64/nptl/
Dpthread_spin_trylock.c25 return __sync_val_compare_and_swap ((int *) lock, 0, 1) == 0 ? 0 : EBUSY; in __pthread_spin_trylock()
/glibc-2.36/sysdeps/htl/
Dsem-destroy.c38 errno = EBUSY; in __sem_destroy()
Dpt-rwlock-trywrlock.c44 return EBUSY; in pthread_rwlock_trywrlock()
Dpt-cond-destroy.c32 return EBUSY; in __pthread_cond_destroy()
/glibc-2.36/sysdeps/powerpc/nptl/
Dpthread_spin_trylock.c26 int err = EBUSY; in __pthread_spin_trylock()
/glibc-2.36/sysdeps/sparc/sparc64/
Dpthread_spin_trylock.S27 movrnz %o0, EBUSY, %o0
/glibc-2.36/sysdeps/sparc/sparc32/
Dpthread_spin_trylock.S27 mov EBUSY, %o0
/glibc-2.36/sysdeps/x86_64/nptl/
Dpthread_spin_trylock.S27 movl $EBUSY, %eax
/glibc-2.36/sysdeps/sh/nptl/
Dpthread_spin_trylock.S27 mov #EBUSY, r0

123