Searched refs:_spinlock (Results 1 – 6 of 6) sorted by relevance
42 struct _spinlock { struct48 typedef struct _spinlock spinlock_t; argument53 #define _SPINLOCK(_lck) _spinlock(_lck)60 void _spinlock(spinlock_t *);
98 struct _spinlock;99 extern struct _spinlock __stdio_thread_lock __hidden;111 void __libc_spinlock_stub(struct _spinlock *);112 void __libc_spinunlock_stub(struct _spinlock *);
49 #pragma weak _spinlock macro51 _spinlock(spinlock_t *lck) in _spinlock() function
532 _spinlock;
1004 struct _spinlock;1005 void __thr_spinunlock(struct _spinlock *lck);1006 void __thr_spinlock(struct _spinlock *lck);
175 STATIC_LIB_REQUIRE(_spinlock);