Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/sh/nptl/
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,
/glibc-2.36/sysdeps/alpha/nptl/
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,
/glibc-2.36/sysdeps/sparc/sparc64/
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,
/glibc-2.36/sysdeps/sparc/sparc32/
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,
/glibc-2.36/sysdeps/x86_64/nptl/
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,
/glibc-2.36/sysdeps/i386/
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,
/glibc-2.36/sysdeps/ia64/nptl/
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,
/glibc-2.36/sysdeps/powerpc/nptl/
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,
/glibc-2.36/nptl/
Dpthread_spin_trylock.c25 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock() function
81 versioned_symbol (libc, __pthread_spin_trylock, pthread_spin_trylock,
85 compat_symbol (libpthread, __pthread_spin_trylock, pthread_spin_trylock,
/glibc-2.36/sysdeps/mach/htl/bits/
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
/glibc-2.36/htl/
Dpt-spin-inlines.c31 weak_alias (__pthread_spin_trylock, pthread_spin_trylock);
Dcthreads-compat.c97 if (__pthread_spin_trylock (lock) != 0) in __mutex_unlock_solid()
DVersions137 __pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
/glibc-2.36/sysdeps/htl/
Dpt-rwlock-trywrlock.c29 if (__pthread_spin_trylock (&rwlock->__held) == 0) in pthread_rwlock_trywrlock()
DVersions9 _pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
Dpt-rwlock-tryrdlock.c29 if (__pthread_spin_trylock (&rwlock->__held) == 0) in pthread_rwlock_tryrdlock()
Dpt-rwlock-unlock.c33 assert (__pthread_spin_trylock (&rwlock->__held) == EBUSY); in __pthread_rwlock_unlock()
Dpt-rwlock-timedwrlock.c38 if (__pthread_spin_trylock (&rwlock->__held) == 0) in __pthread_rwlock_timedwrlock_internal()
Dpt-rwlock-timedrdlock.c38 if (__pthread_spin_trylock (&rwlock->__held) == 0) in __pthread_rwlock_timedrdlock_internal()
/glibc-2.36/sysdeps/htl/include/
Dpthread.h32 return __pthread_spin_trylock (__lock); in pthread_spin_trylock()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibpthread.abilist11 GLIBC_2.12 __pthread_spin_trylock F
/glibc-2.36/ChangeLog.old/
DChangeLog.2321061 (__pthread_spin_trylock): New function.
21069 (__pthread_spin_trylock): New function.
21075 (__pthread_spin_trylock): New function.