Searched refs:s_logPushSemaphore (Results 1 – 1 of 1) sorted by relevance
157 static SemaphoreHandle_t s_logPushSemaphore = NULL; variable254 LOG_CREATE_MUTEX_SEMAPHORE(s_logPushSemaphore); in LOG_Init()333 LOG_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_logPushSemaphore); in LOG_ReadLine()371 LOG_GIVE_MUTEX_SEMAPHORE(s_logPushSemaphore); in LOG_ReadLine()382 LOG_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_logPushSemaphore); in LOG_ReadCharacter()396 LOG_GIVE_MUTEX_SEMAPHORE(s_logPushSemaphore); in LOG_ReadCharacter()447 LOG_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_logPushSemaphore); in LOG_BufPush()460 LOG_GIVE_MUTEX_SEMAPHORE(s_logPushSemaphore); in LOG_BufPush()
Completed in 3 milliseconds