Searched refs:idleCount (Results 1 – 1 of 1) sorted by relevance
93 SemaphoreHandle_t idleCount; member346 (void)xSemaphoreGive(s_logContext.idleCount); in LOG_DumpInternal()374 … s_logContext.idleCount = xSemaphoreCreateCounting(LOG_MAX_BUFF_LOG_COUNT, LOG_MAX_BUFF_LOG_COUNT); in LOG_Init()375 if (NULL == s_logContext.idleCount) in LOG_Init()478 (void)xSemaphoreTake(s_logContext.idleCount, (TickType_t)10); in LOG_AsyncPrintf()