Home
last modified time | relevance | path

Searched refs:PR_LOCK (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/sys/
H A Dsysctl.h576 #define PR_LOCK(pr) mtx_enter(&(pr)->ps_mtx) macro
579 #define PR_LOCK(pr) /* nothing */ macro
652 PR_LOCK(pr); \