Searched refs:s_debugConsoleReadSemaphore (Results 1 – 1 of 1) sorted by relevance
88 static SemaphoreHandle_t s_debugConsoleReadSemaphore; variable642 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()652 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()689 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()708 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_ReadCharacter()725 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadCharacter()883 …DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore, &s_debugConsoleReadSemaphoreStat… in DbgConsole_Init()885 DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_Init()990 DEBUG_CONSOLE_DESTROY_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_Deinit()1149 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_TryGetchar()[all …]