Searched refs:_spinlock (Results 1 – 6 of 6) sorted by relevance
43 struct _spinlock { struct49 typedef struct _spinlock spinlock_t; argument57 #define _SPINLOCK(_lck) _spinlock(_lck)65 void _spinlock(spinlock_t *);
85 struct _spinlock;86 extern struct _spinlock __stdio_thread_lock __hidden;98 void __libc_spinlock_stub(struct _spinlock *);99 void __libc_spinunlock_stub(struct _spinlock *);
51 __weak_reference(_spinlock, _spinlock_debug);52 #pragma weak _spinlock macro54 _spinlock(spinlock_t *lck) in _spinlock() function
485 _spinlock;
927 struct _spinlock;928 void __thr_spinunlock(struct _spinlock *lck);929 void __thr_spinlock(struct _spinlock *lck);
169 STATIC_LIB_REQUIRE(_spinlock);