Searched refs:_spinlock (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/include/
H A Dspinlock.h43 struct _spinlock { struct
49 typedef struct _spinlock spinlock_t;
54 #define _SPINLOCK(_lck) _spinlock(_lck)
61 void _spinlock(spinlock_t *);
H A Dlibc_private.h88 struct _spinlock;
89 extern struct _spinlock __stdio_thread_lock __hidden;
101 void __libc_spinlock_stub(struct _spinlock *);
102 void __libc_spinunlock_stub(struct _spinlock *);
/freebsd-11-stable/lib/libc/gen/
H A D_spinlock_stub.c50 #pragma weak _spinlock macro
52 _spinlock(spinlock_t *lck) function
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_init.c175 STATIC_LIB_REQUIRE(_spinlock); variable
H A Dthr_private.h997 struct _spinlock;
998 void __thr_spinunlock(struct _spinlock *lck);
999 void __thr_spinlock(struct _spinlock *lck);

Completed in 153 milliseconds