Home
last modified time | relevance | path

Searched refs:pthread_spinlock_t (Results 1 – 25 of 44) sorted by relevance

12

/sysdeps/htl/include/
A Dpthread.h11 pthread_spin_destroy (pthread_spinlock_t *__lock) in pthread_spin_destroy()
17 pthread_spin_init (pthread_spinlock_t *__lock, int __pshared) in pthread_spin_init()
23 pthread_spin_lock (pthread_spinlock_t *__lock) in pthread_spin_lock()
29 pthread_spin_trylock (pthread_spinlock_t *__lock) in pthread_spin_trylock()
35 pthread_spin_unlock (pthread_spinlock_t *__lock) in pthread_spin_unlock()
/sysdeps/pthread/
A Dtst-spin2.c37 pthread_spinlock_t *s; in do_test()
69 s = (pthread_spinlock_t *) (((uintptr_t) mem in do_test()
70 + __alignof (pthread_spinlock_t)) in do_test()
71 & ~(__alignof (pthread_spinlock_t) - 1)); in do_test()
A Dtst-spin4.c11 pthread_spinlock_t *lock = (pthread_spinlock_t *) arg; in thread_add_one()
39 pthread_spinlock_t lock; in do_test()
A Dtst-spin3.c31 pthread_spinlock_t s; in do_test()
A Dtst-spin1.c25 pthread_spinlock_t s; in do_test()
/sysdeps/powerpc/nptl/
A Dpthread_spin_unlock.c24 __pthread_spin_unlock (pthread_spinlock_t *lock) in __pthread_spin_unlock()
A Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock()
A Dpthread_spin_trylock.c23 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock()
/sysdeps/ia64/nptl/
A Dpthread_spin_unlock.c22 __pthread_spin_unlock (pthread_spinlock_t *lock) in __pthread_spin_unlock()
A Dpthread_spin_trylock.c23 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock()
A Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock()
/sysdeps/hppa/nptl/
A Dpthread_spin_unlock.c22 __pthread_spin_unlock (pthread_spinlock_t *lock) in __pthread_spin_unlock()
A Dpthread_spin_init.c22 __pthread_spin_init (pthread_spinlock_t *lock, int pshared) in __pthread_spin_init()
/sysdeps/sh/nptl/
A Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock()
/sysdeps/nptl/bits/
A Dpthreadtypes.h103 typedef volatile int pthread_spinlock_t; typedef
/sysdeps/htl/bits/
A Dpthreadtypes.h101 typedef __pthread_spinlock_t pthread_spinlock_t; typedef
/sysdeps/htl/
A Dpthread.h579 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
584 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
589 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
594 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
598 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
/sysdeps/unix/sysv/linux/alpha/
A Dc++-types.data42 pthread_spinlock_t:i
/sysdeps/unix/sysv/linux/arm/
A Dc++-types.data42 pthread_spinlock_t:i
/sysdeps/unix/sysv/linux/csky/
A Dc++-types.data42 pthread_spinlock_t:i
/sysdeps/unix/sysv/linux/i386/
A Dc++-types.data42 pthread_spinlock_t:i
/sysdeps/unix/sysv/linux/ia64/
A Dc++-types.data42 pthread_spinlock_t:i
/sysdeps/unix/sysv/linux/m68k/
A Dc++-types.data42 pthread_spinlock_t:i
/sysdeps/unix/sysv/linux/microblaze/
A Dc++-types.data42 pthread_spinlock_t:i
/sysdeps/unix/sysv/linux/mips/mips32/
A Dc++-types.data42 pthread_spinlock_t:i

Completed in 14 milliseconds

12