Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_ctrl.h65 void log_thread_set(k_tid_t process_tid);
/Zephyr-latest/subsys/logging/
Dlog_core.c389 static void thread_set(k_tid_t process_tid) in thread_set() argument
391 proc_tid = process_tid; in thread_set()
398 process_tid && in thread_set()
404 void log_thread_set(k_tid_t process_tid) in log_thread_set() argument
409 thread_set(process_tid); in log_thread_set()