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

/freebsd-10.1-release/lib/libc/include/
H A Dspinlock.h43 struct _spinlock { struct
49 typedef struct _spinlock spinlock_t;
57 #define _SPINLOCK(_lck) _spinlock(_lck)
65 void _spinlock(spinlock_t *);
H A Dlibc_private.h85 struct _spinlock;
86 extern struct _spinlock __stdio_thread_lock __hidden;
/freebsd-10.1-release/lib/libc/gen/
H A D_spinlock_stub.c47 __weak_reference(_spinlock_stub, _spinlock);
H A DSymbol.map478 _spinlock;
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_spinlock.c73 _spinlock(spinlock_t *lck) function
90 _spinlock(lck);
H A Dthr_init.c170 STATIC_LIB_REQUIRE(_spinlock); variable
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_spinlock.c89 _spinlock(spinlock_t *lck) function
120 _spinlock(lck);
/freebsd-10.1-release/lib/libkse/
H A Dkse.map328 _spinlock;
/freebsd-10.1-release/lib/libthr/
H A Dpthread.map356 _spinlock;

Completed in 117 milliseconds