Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c34 static uint32_t g_looperCnt = 0; variable
432 if (g_looperCnt >= MAX_LOOPER_CNT) { in CreateNewLooper()
433 COMM_LOGE(COMM_UTILS, "Looper exceeds the maximum, count=%{public}u,", g_looperCnt); in CreateNewLooper()
473 g_looperCnt++; in CreateNewLooper()
567 if (g_looperCnt != 0) { in DestroyLooper()
568 g_looperCnt--; in DestroyLooper()