Home
last modified time | relevance | path

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

/base/hiviewdfx/blackbox/
Dblackbox_core.c47 static unsigned int g_opsListSem; variable
158 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in SaveErrorLog()
185 (void)LOS_SemPost(g_opsListSem); in SaveErrorLog()
224 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in BBoxRegisterModuleOps()
235 (void)LOS_SemPost(g_opsListSem); in BBoxRegisterModuleOps()
244 (void)LOS_SemPost(g_opsListSem); in BBoxRegisterModuleOps()
271 if (LOS_SemPend(g_opsListSem, LOS_NO_WAIT) != 0) { in BBoxNotifyError()
304 (void)LOS_SemPost(g_opsListSem); in BBoxNotifyError()
323 if (LOS_BinarySemCreate(1, &g_opsListSem) != LOS_OK) { in BBoxInit()