Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/include/
HDspinlock.h43 struct _spinlock { struct
49 typedef struct _spinlock spinlock_t; argument
54 #define _SPINLOCK(_lck) _spinlock(_lck)
61 void _spinlock(spinlock_t *);
HDlibc_private.h96 struct _spinlock;
97 extern struct _spinlock __stdio_thread_lock __hidden;
109 void __libc_spinlock_stub(struct _spinlock *);
110 void __libc_spinunlock_stub(struct _spinlock *);
/freebsd-13-stable/lib/libc/gen/
HD_spinlock_stub.c50 #pragma weak _spinlock macro
52 _spinlock(spinlock_t *lck) in _spinlock() function
HDSymbol.map518 _spinlock;
/freebsd-13-stable/lib/libthr/thread/
HDthr_private.h1002 struct _spinlock;
1003 void __thr_spinunlock(struct _spinlock *lck);
1004 void __thr_spinlock(struct _spinlock *lck);
HDthr_init.c175 STATIC_LIB_REQUIRE(_spinlock);