Home
last modified time | relevance | path

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

/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_output_event.c312 HIVIEW_MutexUnlock(g_eventFlushInfo.mutex); in OutputEventRealtime()
331 HIVIEW_MutexUnlock(g_eventFlushInfo.mutex); in Output2Flash()
336 HIVIEW_MutexUnlock(g_eventFlushInfo.mutex); in Output2Flash()
341 HIVIEW_MutexUnlock(g_eventFlushInfo.mutex); in Output2Flash()
371 HIVIEW_MutexUnlock(g_eventFlushInfo.mutex); in Output2Flash()
575 HIVIEW_MutexUnlock(g_eventFlushInfo.mutex); in HiEventFileProcImp()
579 HIVIEW_MutexUnlock(g_eventFlushInfo.mutex); in HiEventFileProcImp()
612 HIVIEW_MutexUnlock(g_outputEventInfo.mutex); in HiEventOutputFileUnLockImp()
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c233 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLogRealtime()
243 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2TextFile()
277 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2TextFile()
293 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2BinFile()
298 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2BinFile()
339 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2BinFile()
619 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in HiLogFileProcImp()
630 HIVIEW_MutexUnlock(g_outputLogInfo.mutex); in HiLogOutputFileUnLockImp()
/base/hiviewdfx/hiview_lite/
Dhiview_file.c246 HIVIEW_MutexUnlock(fp->mutex); in ProcFile()
263 HIVIEW_MutexUnlock(fp->mutex); in ProcFile()
270 HIVIEW_MutexUnlock(fp->mutex); in ProcFile()
274 HIVIEW_MutexUnlock(fp->mutex); in ProcFile()
Dhiview_util.h82 int32 HIVIEW_MutexUnlock(HiviewMutexId_t mutex);
Dhiview_util.c105 int32 HIVIEW_MutexUnlock(HiviewMutexId_t mutex) in HIVIEW_MutexUnlock() function