Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/m88k/include/
H A Dmutex.h62 #define MUTEX_ASSERT_UNLOCKED(mtx) do { \ macro
70 #define MUTEX_ASSERT_UNLOCKED(mtx) do { /* nothing */ } while (0) macro
/openbsd-src/sys/arch/hppa/include/
H A Dmutex.h71 #define MUTEX_ASSERT_UNLOCKED(mtx) do { \ macro
77 #define MUTEX_ASSERT_UNLOCKED(mtx) do { } while (0) macro
/openbsd-src/sys/sys/
H A Dmutex.h82 #define MUTEX_ASSERT_UNLOCKED(mtx) do { \ macro
88 #define MUTEX_ASSERT_UNLOCKED(mtx) do { (void)(mtx); } while (0) macro