Home
last modified time | relevance | path

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

/components/utilities/ulog/
A Dulog.c94 rt_thread_t async_th; member
1536 if (ulog.async_th == RT_NULL)
1539 …ulog.async_th = rt_thread_create("ulog_async", async_output_thread_entry, &ulog, ULOG_ASYNC_OUTPUT…
1541 if (ulog.async_th == RT_NULL)
1547 rt_thread_startup(ulog.async_th);
1593 rt_thread_delete(ulog.async_th);

Completed in 4 milliseconds