Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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-Core-3.6.0/subsys/shell/modules/
Dkernel_service.c201 k_thread_foreach_unlocked(shell_tdata_dump, (void *)sh); in cmd_kernel_threads()
250 k_thread_foreach_unlocked(shell_stack_dump, (void *)sh); in cmd_kernel_stacks()
/Zephyr-Core-3.6.0/subsys/debug/
Dthread_analyzer.c156 k_thread_foreach_unlocked(thread_analyze_cb, cb); in thread_analyzer_run()
DKconfig61 the k_thread_foreach_unlocked function.
/Zephyr-Core-3.6.0/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt115 108 k_thread_foreach_unlocked
/Zephyr-Core-3.6.0/kernel/
Dthread.c114 void k_thread_foreach_unlocked(k_thread_user_cb_t user_cb, void *user_data) in k_thread_foreach_unlocked() function
/Zephyr-Core-3.6.0/include/zephyr/
Dkernel.h150 void k_thread_foreach_unlocked(
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.2.rst214 * Add k_thread_foreach_unlocked() API