Home
last modified time | relevance | path

Searched refs:_spinunlock (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/include/
H A Dspinlock.h52 #define _SPINUNLOCK(_lck) _spinunlock(_lck);
61 void _spinunlock(spinlock_t *);
/freebsd/lib/libc/gen/
H A D_spinlock_stub.c59 #pragma weak _spinunlock macro
61 _spinunlock(spinlock_t *lck) in _spinunlock() function
H A DSymbol.map533 _spinunlock;
/freebsd/lib/libthr/thread/
H A Dthr_init.c176 STATIC_LIB_REQUIRE(_spinunlock);