Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsystm.h511 #define KERNEL_LOCK(count, lwp) \ macro
519 #define KERNEL_LOCK(count, lwp) do {(void)(count); (void)(lwp);} while (/* CONSTCOND */ 0) /*NOP*/ macro