Searched refs:__pthread_spin_lock (Results 1 – 12 of 12) sorted by relevance
/sysdeps/alpha/nptl/ |
A 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)
|
/sysdeps/x86_64/nptl/ |
A 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)
|
/sysdeps/i386/nptl/ |
A 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)
|
/sysdeps/sparc/sparc32/ |
A 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)
|
/sysdeps/sparc/sparc64/ |
A 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)
|
/sysdeps/sh/nptl/ |
A 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);
|
/sysdeps/powerpc/nptl/ |
A 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);
|
/sysdeps/ia64/nptl/ |
A 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,
|
/sysdeps/mach/htl/bits/ |
A 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
|
/sysdeps/htl/ |
A D | Versions | 8 __pthread_spin_destroy; __pthread_spin_init; __pthread_spin_lock;
|
/sysdeps/htl/include/ |
A D | pthread.h | 25 return __pthread_spin_lock (__lock); in pthread_spin_lock()
|
/sysdeps/mach/hurd/i386/ |
A D | libpthread.abilist | 10 GLIBC_2.12 __pthread_spin_lock F
|
Completed in 16 milliseconds