Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_kthread_for_each.c141 k_thread_foreach_unlocked(thread_callback_unlocked, in ZTEST()
166 k_thread_foreach_unlocked(thread_callback_unlocked, in ZTEST()
177 k_thread_foreach_unlocked(thread_callback_unlocked, in ZTEST()
209 k_thread_foreach_unlocked(NULL, TEST_STRING_UNLOCKED); in ZTEST()
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dstacks.c65 k_thread_foreach_unlocked(shell_stack_dump, (void *)sh); in cmd_kernel_thread_stacks()
Dlist.c122 k_thread_foreach_unlocked(shell_tdata_dump, (void *)sh); in cmd_kernel_thread_list()
/Zephyr-latest/kernel/
Dthread_monitor.c64 void k_thread_foreach_unlocked(k_thread_user_cb_t user_cb, void *user_data) in k_thread_foreach_unlocked() function
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c206 k_thread_foreach_unlocked(thread_analyze_cb, &ud); in thread_analyzer_run()
DKconfig68 the k_thread_foreach_unlocked function.
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt116 108 k_thread_foreach_unlocked
/Zephyr-latest/include/zephyr/
Dkernel.h184 void k_thread_foreach_unlocked(
228 k_thread_foreach_unlocked(user_cb, user_data); in k_thread_foreach_unlocked_filter_by_cpu()
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst214 * Add k_thread_foreach_unlocked() API