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.c381 static void thread_set(k_tid_t process_tid) in thread_set() argument
383 proc_tid = process_tid; in thread_set()
390 process_tid && in thread_set()
396 void log_thread_set(k_tid_t process_tid) in log_thread_set() argument
401 thread_set(process_tid); in log_thread_set()