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

/netbsd-current/sys/sys/
H A Dsystm.h737 #define KERNEL_LOCK(count, lwp) \ macro
745 #define KERNEL_LOCK(count, lwp) do {(void)(count); (void)(lwp);} while (0) /*NOP*/ macro

Completed in 74 milliseconds