Home
last modified time | relevance | path

Searched refs:k_thread_foreach (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.4.0/tests/kernel/profiling/profiling_api/src/
Dmain.c36 k_thread_foreach(tdata_dump_callback, NULL); in pm_policy_next_state()
46 k_thread_foreach(tdata_dump_callback, NULL); in work_handler()
71 k_thread_foreach(tdata_dump_callback, NULL); in ZTEST()
/Zephyr-Core-3.4.0/tests/kernel/threads/thread_apis/src/
Dtest_kthread_for_each.c89 k_thread_foreach(thread_callback, TEST_STRING); in ZTEST()
110 k_thread_foreach(thread_callback, TEST_STRING); in ZTEST()
190 k_thread_foreach(NULL, TEST_STRING); in ZTEST()
Dmain.c535 k_thread_foreach(foreach_callback, &stats); in ZTEST()
/Zephyr-Core-3.4.0/subsys/shell/modules/
Dkernel_service.c171 k_thread_foreach(shell_tdata_dump, (void *)sh); in cmd_kernel_threads()
219 k_thread_foreach(shell_stack_dump, (void *)sh); in cmd_kernel_stacks()
/Zephyr-Core-3.4.0/subsys/debug/
Dthread_analyzer.c158 k_thread_foreach(thread_analyze_cb, cb); in thread_analyzer_run()
DKconfig54 Normally while thread are analyzed the k_thread_foreach function
63 For the limitation of such configuration see the k_thread_foreach
/Zephyr-Core-3.4.0/tests/subsys/logging/log_core_additional/src/
Dlog_test.c542 k_thread_foreach(promote_log_thread, NULL); in test_log_core_additional_setup()
/Zephyr-Core-3.4.0/samples/boards/bbc_microbit/pong/src/
Dmain.c318 k_thread_foreach(game_stack_dump, NULL); in game_refresh()
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/src/
Dztress.c292 k_thread_foreach(thread_cb, NULL); in ztress_init()
/Zephyr-Core-3.4.0/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt115 107 k_thread_foreach
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c292 k_thread_foreach(os_mgmt_taskstat_encode_one, (void *)&iterator_ctx); in os_mgmt_taskstat_read()
/Zephyr-Core-3.4.0/kernel/
Dthread.c47 void k_thread_foreach(k_thread_user_cb_t user_cb, void *user_data) in k_thread_foreach() function
/Zephyr-Core-3.4.0/include/zephyr/
Dkernel.h121 extern void k_thread_foreach(k_thread_user_cb_t user_cb, void *user_data);
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-1.12.rst42 * Added k_thread_foreach API
736 * :github:`7858` - Test for k_thread_foreach() is failing on some boards
Drelease-notes-1.13.rst589 * :github:`7966` - Move k_thread_foreach() tests to tests/kernel/threads
Drelease-notes-3.1.rst1994 * :github:`13318` - k_thread_foreach api breaks real time semantics