Home
last modified time | relevance | path

Searched refs:__pthread_spinlock_t (Results 1 – 8 of 8) sorted by relevance

/sysdeps/mach/htl/bits/
A Dspin-lock-inline.h39 __PT_SPIN_INLINE int __pthread_spin_destroy (__pthread_spinlock_t *__lock);
42 __pthread_spin_destroy (__pthread_spinlock_t *__lock) in __pthread_spin_destroy()
47 __PT_SPIN_INLINE int __pthread_spin_init (__pthread_spinlock_t *__lock,
51 __pthread_spin_init (__pthread_spinlock_t *__lock, int __pshared) in __pthread_spin_init()
60 __pthread_spin_trylock (__pthread_spinlock_t *__lock) in __pthread_spin_trylock()
65 __PT_SPIN_INLINE int __pthread_spin_lock (__pthread_spinlock_t *__lock);
68 __pthread_spin_lock (__pthread_spinlock_t *__lock) in __pthread_spin_lock()
74 __PT_SPIN_INLINE int __pthread_spin_wait (__pthread_spinlock_t *__lock);
77 __pthread_spin_wait (__pthread_spinlock_t *__lock) in __pthread_spin_wait()
83 __PT_SPIN_INLINE int __pthread_spin_unlock (__pthread_spinlock_t *__lock);
[all …]
/sysdeps/htl/bits/types/
A Dstruct___pthread_rwlock.h31 __pthread_spinlock_t __held;
32 __pthread_spinlock_t __lock;
A Dstruct___pthread_mutex.h29 __pthread_spinlock_t __held;
30 __pthread_spinlock_t __lock;
A Dstruct___pthread_once.h27 __pthread_spinlock_t __lock;
A Dstruct___pthread_barrier.h27 __pthread_spinlock_t __lock;
A Dstruct___pthread_cond.h27 __pthread_spinlock_t __lock;
/sysdeps/mach/htl/bits/types/
A D__pthread_spinlock_t.h27 typedef volatile int __pthread_spinlock_t; typedef
/sysdeps/htl/bits/
A Dpthreadtypes.h101 typedef __pthread_spinlock_t pthread_spinlock_t;

Completed in 5 milliseconds