Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/alpha/nptl/
Dpthread_spin_lock.S23 .globl __pthread_spin_lock
24 .ent __pthread_spin_lock
25 __pthread_spin_lock: label
44 .end __pthread_spin_lock
45 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34)
48 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2)
/glibc-2.36/sysdeps/x86_64/nptl/
Dpthread_spin_lock.S21 ENTRY(__pthread_spin_lock)
34 END(__pthread_spin_lock)
35 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34)
38 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2)
/glibc-2.36/sysdeps/i386/nptl/
Dpthread_spin_lock.S21 ENTRY (__pthread_spin_lock)
35 END (__pthread_spin_lock)
36 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34)
39 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2)
/glibc-2.36/sysdeps/sparc/sparc32/
Dpthread_spin_lock.S22 ENTRY(__pthread_spin_lock)
33 END(__pthread_spin_lock)
34 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34)
37 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2)
/glibc-2.36/sysdeps/sparc/sparc64/
Dpthread_spin_lock.S22 ENTRY(__pthread_spin_lock)
32 END(__pthread_spin_lock)
33 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34)
36 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2)
/glibc-2.36/sysdeps/sh/nptl/
Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock() function
35 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34);
38 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2);
/glibc-2.36/sysdeps/powerpc/nptl/
Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock() function
44 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34);
47 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2);
/glibc-2.36/sysdeps/ia64/nptl/
Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock() function
35 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock,
39 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock,
/glibc-2.36/nptl/
Dpthread_spin_lock.c24 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock() function
82 versioned_symbol (libc, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_34);
85 compat_symbol (libpthread, __pthread_spin_lock, pthread_spin_lock, GLIBC_2_2);
/glibc-2.36/sysdeps/mach/htl/bits/
Dspin-lock-inline.h65 __PT_SPIN_INLINE int __pthread_spin_lock (__pthread_spinlock_t *__lock);
68 __pthread_spin_lock (__pthread_spinlock_t *__lock) in __pthread_spin_lock() function
/glibc-2.36/htl/
Dpt-spin-inlines.c32 weak_alias (__pthread_spin_lock, pthread_spin_lock);
DVersions137 __pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
/glibc-2.36/sysdeps/htl/
DVersions8 __pthread_spin_destroy; __pthread_spin_init; __pthread_spin_lock;
/glibc-2.36/sysdeps/htl/include/
Dpthread.h26 return __pthread_spin_lock (__lock); in pthread_spin_lock()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibpthread.abilist10 GLIBC_2.12 __pthread_spin_lock F
/glibc-2.36/ChangeLog.old/
DChangeLog.2321154 (__pthread_spin_lock): New function.
21162 (__pthread_spin_lock): New function.
21168 (__pthread_spin_lock): New function.
21174 (__pthread_spin_lock): New function.
DChangeLog.2114692 [__USE_EXTERN_INLINES || _FORCE_INLINES](__pthread_spin_lock): Modified function.