Searched refs:log_buffer_thread_handle (Results 1 – 1 of 1) sorted by relevance
22 SRAM_NOCACHE_DATA_SECTION TaskHandle_t log_buffer_thread_handle; variable120 log_buffer_thread_handle = NULL; in LOG_PRINTF_BUFFER_INIT()139 NULL, tskIDLE_PRIORITY + 3 , &log_buffer_thread_handle)) in LOG_PRINTF_BUFFER_INIT()149 if (log_buffer_thread_handle) { in LOG_BUFF_SUSPEND()150 vTaskSuspend(log_buffer_thread_handle); in LOG_BUFF_SUSPEND()157 if (log_buffer_thread_handle) { in LOG_BUFF_RESUME()158 vTaskResume(log_buffer_thread_handle); in LOG_BUFF_RESUME()
Completed in 2 milliseconds