Searched refs:_spinunlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/include/
H A Dspinlock.h53 #define _SPINUNLOCK(_lck) _spinunlock(_lck);
62 void _spinunlock(spinlock_t *);
/freebsd-11-stable/lib/libc/gen/
H A D_spinlock_stub.c60 #pragma weak _spinunlock macro
62 _spinunlock(spinlock_t *lck) function
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_init.c176 STATIC_LIB_REQUIRE(_spinunlock); variable

Completed in 53 milliseconds