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/
H A Dsemaphore.h49 #define DECLARE_MUTEX(x) struct semaphore x = { (LosSemCB *)UNINIT_VALUE, 1 } macro
51 #define DEFINE_SEMAPHORE(x) DECLARE_MUTEX(x)

Completed in 1 milliseconds