Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c63 static LogFlushInfo g_logFlushInfo; variable
88 g_logFlushInfo.mutex = HIVIEW_MutexInit(); in InitCoreLogOutput()
210 HIVIEW_MutexLock(g_logFlushInfo.mutex); in OutputLogRealtime()
233 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLogRealtime()
238 HIVIEW_MutexLock(g_logFlushInfo.mutex); in OutputLog2TextFile()
243 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2TextFile()
277 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2TextFile()
285 HIVIEW_MutexLock(g_logFlushInfo.mutex); in OutputLog2BinFile()
293 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2BinFile()
298 HIVIEW_MutexUnlock(g_logFlushInfo.mutex); in OutputLog2BinFile()
[all …]