Searched refs:s_logPopSemaphore (Results 1 – 1 of 1) sorted by relevance
159 static SemaphoreHandle_t s_logPopSemaphore = NULL; variable260 LOG_CREATE_MUTEX_SEMAPHORE(s_logPopSemaphore); in LOG_Init()309 LOG_TAKE_MUTEX_SEMAPHORE_NONBLOCKING(s_logPopSemaphore, getLock); in LOG_Pop()319 LOG_GIVE_MUTEX_SEMAPHORE(s_logPopSemaphore); in LOG_Pop()
Completed in 759 milliseconds