Searched refs:DECLARE_MUTEX (Results 1 – 1 of 1) sorted by relevance
51 #define DECLARE_MUTEX(x) struct semaphore x = { (LosSemCB *)UNINIT_VALUE, 1 } macro53 #define DEFINE_SEMAPHORE(x) DECLARE_MUTEX(x)