Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/include/
H A Dspinlock.h56 #define _SPINUNLOCK(_lck) _spinunlock(_lck) argument
58 #define _SPINLOCK(_lck) _spinlock_debug(_lck, __FILE__, __LINE__) argument
60 #define _SPINLOCK(_lck) _spinlock(_lck) argument
62 #define _SPINTRYLOCK(_lck) _spintrylock(_lck) argument