Home
last modified time | relevance | path

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

/NextBSD/lib/libc/include/
HDspinlock.h43 struct _spinlock { struct
49 typedef struct _spinlock spinlock_t; argument
57 #define _SPINLOCK(_lck) _spinlock(_lck)
65 void _spinlock(spinlock_t *);
HDlibc_private.h85 struct _spinlock;
86 extern struct _spinlock __stdio_thread_lock __hidden;
98 void __libc_spinlock_stub(struct _spinlock *);
99 void __libc_spinunlock_stub(struct _spinlock *);
/NextBSD/lib/libc/gen/
HD_spinlock_stub.c51 __weak_reference(_spinlock, _spinlock_debug);
52 #pragma weak _spinlock macro
54 _spinlock(spinlock_t *lck) in _spinlock() function
HDSymbol.map485 _spinlock;
/NextBSD/lib/libthr/thread/
HDthr_private.h927 struct _spinlock;
928 void __thr_spinunlock(struct _spinlock *lck);
929 void __thr_spinlock(struct _spinlock *lck);
HDthr_init.c169 STATIC_LIB_REQUIRE(_spinlock);