Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dthreads.h164 #define SCSpinLock(spin) SCMutexLock((spin)) macro
171 #define SCSpinLock(spin) pthread_spin_lock(spin) macro
H A Dthreads-debug.h235 #define SCSpinLock SCSpinLock_dbg macro
H A Dthreads-profile.h126 #define SCSpinLock(mut) SCSpinLock_profile(mut) macro