Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dsemaphore.h51 #define DECLARE_MUTEX(x) struct semaphore x = { (LosSemCB *)UNINIT_VALUE, 1 } macro
53 #define DEFINE_SEMAPHORE(x) DECLARE_MUTEX(x)