Home
last modified time | relevance | path

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

/sysdeps/alpha/nptl/
A 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)
/sysdeps/x86_64/nptl/
A 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)
/sysdeps/i386/nptl/
A 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)
/sysdeps/sparc/sparc32/
A 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)
/sysdeps/sparc/sparc64/
A 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)
/sysdeps/sh/nptl/
A 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);
/sysdeps/powerpc/nptl/
A 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);
/sysdeps/ia64/nptl/
A 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,
/sysdeps/mach/htl/bits/
A 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
/sysdeps/htl/
A DVersions8 __pthread_spin_destroy; __pthread_spin_init; __pthread_spin_lock;
/sysdeps/htl/include/
A Dpthread.h25 return __pthread_spin_lock (__lock); in pthread_spin_lock()
/sysdeps/mach/hurd/i386/
A Dlibpthread.abilist10 GLIBC_2.12 __pthread_spin_lock F

Completed in 16 milliseconds