Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_atomic64.c69 #define UNLOCK_A64() if (smp_started) mtx_unlock(_amtx) macro
74 #define UNLOCK_A64() intr_restore(s); } macro