Searched refs:_spinlock (Results 1 – 6 of 6) sorted by relevance
43 struct _spinlock { struct49 typedef struct _spinlock spinlock_t; argument54 #define _SPINLOCK(_lck) _spinlock(_lck)61 void _spinlock(spinlock_t *);
96 struct _spinlock;97 extern struct _spinlock __stdio_thread_lock __hidden;109 void __libc_spinlock_stub(struct _spinlock *);110 void __libc_spinunlock_stub(struct _spinlock *);
50 #pragma weak _spinlock macro52 _spinlock(spinlock_t *lck) in _spinlock() function
518 _spinlock;
1002 struct _spinlock;1003 void __thr_spinunlock(struct _spinlock *lck);1004 void __thr_spinlock(struct _spinlock *lck);
175 STATIC_LIB_REQUIRE(_spinlock);