Home
last modified time | relevance | path

Searched refs:_spinlock (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/include/
H A Dspinlock.h42 struct _spinlock { struct
48 typedef struct _spinlock spinlock_t; argument
53 #define _SPINLOCK(_lck) _spinlock(_lck)
60 void _spinlock(spinlock_t *);
H A Dlibc_private.h98 struct _spinlock;
99 extern struct _spinlock __stdio_thread_lock __hidden;
111 void __libc_spinlock_stub(struct _spinlock *);
112 void __libc_spinunlock_stub(struct _spinlock *);
/freebsd/lib/libc/gen/
H A D_spinlock_stub.c49 #pragma weak _spinlock macro
51 _spinlock(spinlock_t *lck) in _spinlock() function
H A DSymbol.map532 _spinlock;
/freebsd/lib/libthr/thread/
H A Dthr_private.h1004 struct _spinlock;
1005 void __thr_spinunlock(struct _spinlock *lck);
1006 void __thr_spinlock(struct _spinlock *lck);
H A Dthr_init.c175 STATIC_LIB_REQUIRE(_spinlock);