Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/debug/
Dstack.h32 tname = k_thread_name_get((k_tid_t)thread); in log_stack_usage()
/Zephyr-latest/tests/subsys/sip_svc/src/
Dmain.c87 k_thread_name_get(k_current_get()), trans_id, t); in sip_svc_send_sync_request()
171 k_thread_name_get(k_current_get()), trans_id, t); in sip_svc_send_async_request()
182 printk("\nIn %s and count is %d\n", k_thread_name_get(k_current_get()), cnt); in sip_svc_register_and_send()
/Zephyr-latest/samples/subsys/tracing/src/
Dmain.c52 tname = k_thread_name_get(k_current_get()); in helloLoop()
/Zephyr-latest/samples/subsys/task_wdt/src/
Dmain.c47 channel_id, k_thread_name_get((k_tid_t)user_data)); in task_wdt_callback()
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dstacks.c39 tname = k_thread_name_get((struct k_thread *)thread); in shell_stack_dump()
Dlist.c73 tname = k_thread_name_get(thread); in shell_tdata_dump()
/Zephyr-latest/samples/synchronization/src/
Dmain.c48 tname = k_thread_name_get(current_thread); in hello_loop()
/Zephyr-latest/kernel/
Dfatal.c51 const char *thread_name = (thread != NULL) ? k_thread_name_get(thread) : NULL; in thread_name_get()
Dthread.c193 const char *k_thread_name_get(k_tid_t thread) in k_thread_name_get() function
/Zephyr-latest/subsys/tracing/sysview/
Dsysview_config.c22 const char *tname = k_thread_name_get(thread); in set_thread_name()
/Zephyr-latest/include/zephyr/net/
Dnet_core.h54 k_thread_name_get(k_current_get()), \
/Zephyr-latest/subsys/logging/
Dlog_output.c315 tid == NULL ? "irq" : k_thread_name_get(tid)); in ids_print()
466 if (strstr(k_thread_name_get(tid), " ") != NULL) { in syslog_print()
473 k_thread_name_get(tid)); in syslog_print()
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c111 name = k_thread_name_get((k_tid_t)thread); in thread_analyze_cb()
/Zephyr-latest/tests/subsys/logging/log_output/src/
Dlog_output_test.c250 sprintf(exp_str, "<err> [%s] src: Test\r\n", k_thread_name_get(k_current_get())); in ZTEST()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c221 name = k_thread_name_get(&tid->z_thread); in osThreadGetName()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c282 const char *tname = k_thread_name_get((struct k_thread *)cthread); in thread_cb()
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dmain.c116 thread_name = k_thread_name_get(k_current_get()); in ZTEST()
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c236 const char *tn = k_thread_name_get(&preempt_queue.thread); in test_queue_start()
250 const char *tn = k_thread_name_get(&invalid_test_queue.thread); in test_queue_start()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets.c71 _current, k_thread_name_get(_current)); in get_sock_vtable()
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c21 const char *tname = k_thread_name_get(thread); in _get_thread_name()
/Zephyr-latest/include/zephyr/
Dkernel.h1311 const char *k_thread_name_get(k_tid_t thread);