Home
last modified time | relevance | path

Searched refs:__pthread_spin_trylock (Results 1 – 17 of 17) sorted by relevance

/sysdeps/sh/nptl/
A Dpthread_spin_trylock.S21 .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 Dpthread_spin_trylock.S26 .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 Dpthread_spin_trylock.S23 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 Dpthread_spin_trylock.S23 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 Dpthread_spin_trylock.S22 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 Dpthread_spin_trylock.S22 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 Dpthread_spin_trylock.c23 __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 Dpthread_spin_trylock.c23 __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 Dspin-lock-inline.h57 __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 Dpt-rwlock-trywrlock.c29 if (__pthread_spin_trylock (&rwlock->__held) == 0) in pthread_rwlock_trywrlock()
A DVersions9 _pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
A Dpt-rwlock-tryrdlock.c29 if (__pthread_spin_trylock (&rwlock->__held) == 0) in pthread_rwlock_tryrdlock()
A Dpt-rwlock-unlock.c33 assert (__pthread_spin_trylock (&rwlock->__held) == EBUSY); in __pthread_rwlock_unlock()
A Dpt-rwlock-timedwrlock.c38 if (__pthread_spin_trylock (&rwlock->__held) == 0) in __pthread_rwlock_timedwrlock_internal()
A Dpt-rwlock-timedrdlock.c38 if (__pthread_spin_trylock (&rwlock->__held) == 0) in __pthread_rwlock_timedrdlock_internal()
/sysdeps/htl/include/
A Dpthread.h31 return __pthread_spin_trylock (__lock); in pthread_spin_trylock()
/sysdeps/mach/hurd/i386/
A Dlibpthread.abilist11 GLIBC_2.12 __pthread_spin_trylock F

Completed in 9 milliseconds