Searched refs:LOS_WAIT_FOREVER (Results 1 – 2 of 2) sorted by relevance
28 #ifndef LOS_WAIT_FOREVER29 #define LOS_WAIT_FOREVER 0xFFFFFFFF macro158 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in SaveErrorLog()224 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in BBoxRegisterModuleOps()
264 uint32_t ret = LOS_MuxPend(lock->mutex, LOS_WAIT_FOREVER); in ParamRWMutexWRLock()272 uint32_t ret = LOS_MuxPend(lock->mutex, LOS_WAIT_FOREVER); in ParamRWMutexRDLock()304 uint32_t ret = LOS_MuxPend(mutex->mutex, LOS_WAIT_FOREVER); in ParamMutexPend()