Searched refs:EBUSY (Results 1 – 25 of 33) sorted by relevance
12
/sysdeps/mach/hurd/htl/ |
A D | pt-mutex-trylock.c | 37 ret = EBUSY; in __pthread_mutex_trylock() 56 ret = EBUSY; in __pthread_mutex_trylock() 65 ret = EBUSY; in __pthread_mutex_trylock()
|
A D | pt-mutex-destroy.c | 31 return EBUSY; in __pthread_mutex_destroy()
|
/sysdeps/pthread/ |
A D | tst-join2.c | 66 else if (val != EBUSY) in do_test() 80 if (val != EBUSY) in do_test()
|
A D | thrd_priv.h | 38 case EBUSY: in thrd_err_map()
|
A D | tst-rwlock-tryrdlock-stall.c | 313 if (ret == EBUSY) in run_loop()
|
A D | tst-rwlock-trywrlock-stall.c | 69 if (ret == EBUSY) in run_loop()
|
A D | tst-spin2.c | 92 else if (err != EBUSY) in do_test()
|
A D | tst-rwlock4.c | 135 else if (err != EBUSY) in do_test()
|
/sysdeps/ia64/nptl/ |
A D | pthread_spin_trylock.c | 25 return __sync_val_compare_and_swap ((int *) lock, 0, 1) == 0 ? 0 : EBUSY; in __pthread_spin_trylock()
|
/sysdeps/htl/ |
A D | sem-destroy.c | 38 errno = EBUSY; in __sem_destroy()
|
A D | pt-rwlock-trywrlock.c | 44 return EBUSY; in pthread_rwlock_trywrlock()
|
A D | pt-cond-destroy.c | 32 return EBUSY; in __pthread_cond_destroy()
|
A D | pt-rwlock-tryrdlock.c | 54 return EBUSY; in pthread_rwlock_tryrdlock()
|
A D | pt-rwlock-unlock.c | 33 assert (__pthread_spin_trylock (&rwlock->__held) == EBUSY); in __pthread_rwlock_unlock()
|
/sysdeps/powerpc/nptl/ |
A D | pthread_spin_trylock.c | 26 int err = EBUSY; in __pthread_spin_trylock()
|
/sysdeps/sparc/sparc64/ |
A D | pthread_spin_trylock.S | 27 movrnz %o0, EBUSY, %o0
|
/sysdeps/sparc/sparc32/ |
A D | pthread_spin_trylock.S | 27 mov EBUSY, %o0
|
/sysdeps/x86_64/nptl/ |
A D | pthread_spin_trylock.S | 27 movl $EBUSY, %eax
|
/sysdeps/sh/nptl/ |
A D | pthread_spin_trylock.S | 27 mov #EBUSY, r0
|
/sysdeps/alpha/nptl/ |
A D | pthread_spin_trylock.S | 34 lda $0, EBUSY
|
/sysdeps/i386/ |
A D | pthread_spin_trylock.S | 28 movl $EBUSY, %eax
|
/sysdeps/unix/sysv/linux/ |
A D | tst-rseq-disable.c | 53 TEST_VERIFY (errno != -EBUSY); in check_rseq_disabled()
|
/sysdeps/mach/htl/bits/ |
A D | spin-lock-inline.h | 32 # define __EBUSY EBUSY
|
/sysdeps/nptl/ |
A D | stdio-lock.h | 60 __result = EBUSY; \
|
/sysdeps/mach/hurd/bits/ |
A D | errno.h | 52 EBUSY = 0x40000010, /* Device or resource busy */ enumerator 248 #define EBUSY 0x40000010 macro
|
Completed in 30 milliseconds
12