Home
last modified time | relevance | path

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

/base/hiviewdfx/blackbox_lite/
Dblackbox_core.c28 #ifndef LOS_WAIT_FOREVER
29 #define LOS_WAIT_FOREVER 0xFFFFFFFF macro
158 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in SaveErrorLog()
224 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in BBoxRegisterModuleOps()
/base/startup/init/services/param/liteos/
Dparam_osadp.c264 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()