Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Drtl_trace.c22 SRAM_NOCACHE_DATA_SECTION TaskHandle_t log_buffer_thread_handle; variable
120 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