Searched refs:__pthread_spin_trylock (Results 1 – 17 of 17) sorted by relevance
/sysdeps/sh/nptl/ |
A D | pthread_spin_trylock.S | 21 .globl __pthread_spin_trylock 22 .type __pthread_spin_trylock,@function 24 __pthread_spin_trylock: label 32 .size __pthread_spin_trylock,.-__pthread_spin_trylock 33 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 37 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/alpha/nptl/ |
A D | pthread_spin_trylock.S | 26 .globl __pthread_spin_trylock 27 .ent __pthread_spin_trylock 28 __pthread_spin_trylock: label 45 .end __pthread_spin_trylock 46 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 50 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/sparc/sparc64/ |
A D | pthread_spin_trylock.S | 23 ENTRY(__pthread_spin_trylock) 28 END(__pthread_spin_trylock) 29 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 33 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/sparc/sparc32/ |
A D | pthread_spin_trylock.S | 23 ENTRY(__pthread_spin_trylock) 30 END(__pthread_spin_trylock) 31 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 35 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/x86_64/nptl/ |
A D | pthread_spin_trylock.S | 22 ENTRY(__pthread_spin_trylock) 30 END(__pthread_spin_trylock) 31 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 35 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/i386/ |
A D | pthread_spin_trylock.S | 22 ENTRY (__pthread_spin_trylock) 37 END (__pthread_spin_trylock) 38 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 42 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/ia64/nptl/ |
A D | pthread_spin_trylock.c | 23 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock() function 27 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 31 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/powerpc/nptl/ |
A D | pthread_spin_trylock.c | 23 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock() function 42 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock, 46 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
|
/sysdeps/mach/htl/bits/ |
A D | spin-lock-inline.h | 57 __PT_SPIN_INLINE int __pthread_spin_trylock (__pthread_spinlock_t *__lock); 60 __pthread_spin_trylock (__pthread_spinlock_t *__lock) in __pthread_spin_trylock() function
|
/sysdeps/htl/ |
A D | pt-rwlock-trywrlock.c | 29 if (__pthread_spin_trylock (&rwlock->__held) == 0) in pthread_rwlock_trywrlock()
|
A D | Versions | 9 _pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
|
A D | pt-rwlock-tryrdlock.c | 29 if (__pthread_spin_trylock (&rwlock->__held) == 0) in pthread_rwlock_tryrdlock()
|
A D | pt-rwlock-unlock.c | 33 assert (__pthread_spin_trylock (&rwlock->__held) == EBUSY); in __pthread_rwlock_unlock()
|
A D | pt-rwlock-timedwrlock.c | 38 if (__pthread_spin_trylock (&rwlock->__held) == 0) in __pthread_rwlock_timedwrlock_internal()
|
A D | pt-rwlock-timedrdlock.c | 38 if (__pthread_spin_trylock (&rwlock->__held) == 0) in __pthread_rwlock_timedrdlock_internal()
|
/sysdeps/htl/include/ |
A D | pthread.h | 31 return __pthread_spin_trylock (__lock); in pthread_spin_trylock()
|
/sysdeps/mach/hurd/i386/ |
A D | libpthread.abilist | 11 GLIBC_2.12 __pthread_spin_trylock F
|
Completed in 9 milliseconds