/glibc-2.36/sysdeps/alpha/nptl/ |
D | pthread_spin_lock.S | 23 .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/ |
D | pthread_spin_lock.S | 21 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/ |
D | pthread_spin_lock.S | 21 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/ |
D | pthread_spin_lock.S | 22 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/ |
D | pthread_spin_lock.S | 22 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/ |
D | pthread_spin_lock.c | 22 __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/ |
D | pthread_spin_lock.c | 22 __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/ |
D | pthread_spin_lock.c | 22 __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/ |
D | pthread_spin_lock.c | 24 __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/ |
D | spin-lock-inline.h | 65 __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/ |
D | pt-spin-inlines.c | 32 weak_alias (__pthread_spin_lock, pthread_spin_lock);
|
D | Versions | 137 __pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
|
/glibc-2.36/sysdeps/htl/ |
D | Versions | 8 __pthread_spin_destroy; __pthread_spin_init; __pthread_spin_lock;
|
/glibc-2.36/sysdeps/htl/include/ |
D | pthread.h | 26 return __pthread_spin_lock (__lock); in pthread_spin_lock()
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libpthread.abilist | 10 GLIBC_2.12 __pthread_spin_lock F
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 21154 (__pthread_spin_lock): New function. 21162 (__pthread_spin_lock): New function. 21168 (__pthread_spin_lock): New function. 21174 (__pthread_spin_lock): New function.
|
D | ChangeLog.21 | 14692 [__USE_EXTERN_INLINES || _FORCE_INLINES](__pthread_spin_lock): Modified function.
|