Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_log.c157 static SemaphoreHandle_t s_logPushSemaphore = NULL; variable
254 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