Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp59 static atomic_int g_hiLogGetIdCallCount = 0; variable
85 while (atomic_load(&g_hiLogGetIdCallCount) != 0) { in HiLogUnregisterGetIdFun()
254 atomic_fetch_add_explicit(&g_hiLogGetIdCallCount, 1, memory_order_relaxed); in HiLogPrintArgs()
259 atomic_fetch_sub_explicit(&g_hiLogGetIdCallCount, 1, memory_order_relaxed); in HiLogPrintArgs()
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c35 static atomic_int g_hiLogGetIdCallCount = 0; variable
198 while (atomic_load(&g_hiLogGetIdCallCount) != 0) { in HiLogUnregisterGetIdFun()
1524 atomic_fetch_add_explicit(&g_hiLogGetIdCallCount, 1, memory_order_relaxed); in HiLogPrintArgs()
1529 atomic_fetch_sub_explicit(&g_hiLogGetIdCallCount, 1, memory_order_relaxed); in HiLogPrintArgs()

Completed in 3 milliseconds