Home
last modified time | relevance | path

Searched defs:_spinlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/include/
H A Dspinlock.h42 struct _spinlock { struct
48 typedef struct _spinlock spinlock_t; argument
/freebsd/lib/libc/gen/
H A D_spinlock_stub.c49 #pragma weak _spinlock macro
51 _spinlock(spinlock_t *lck) in _spinlock() function