Home
last modified time | relevance | path

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

/base/hiviewdfx/blackbox_lite/
H A Dblackbox_core.c47 static unsigned int g_opsListSem; variable
158 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in SaveErrorLog()
159 BBOX_PRINT_ERR("Request g_opsListSem failed!\n"); in SaveErrorLog()
185 (void)LOS_SemPost(g_opsListSem); in SaveErrorLog()
224 if (LOS_SemPend(g_opsListSem, LOS_WAIT_FOREVER) != 0) { in BBoxRegisterModuleOps()
225 BBOX_PRINT_ERR("Request g_opsListSem failed!\n"); 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()
272 BBOX_PRINT_ERR("Request g_opsListSem faile in BBoxNotifyError()
[all...]

Completed in 2 milliseconds