Searched refs:k_thread_foreach (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-3.4.0/tests/kernel/profiling/profiling_api/src/ |
D | main.c | 36 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/ |
D | test_kthread_for_each.c | 89 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()
|
D | main.c | 535 k_thread_foreach(foreach_callback, &stats); in ZTEST()
|
/Zephyr-Core-3.4.0/subsys/shell/modules/ |
D | kernel_service.c | 171 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/ |
D | thread_analyzer.c | 158 k_thread_foreach(thread_analyze_cb, cb); in thread_analyzer_run()
|
D | Kconfig | 54 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/ |
D | log_test.c | 542 k_thread_foreach(promote_log_thread, NULL); in test_log_core_additional_setup()
|
/Zephyr-Core-3.4.0/samples/boards/bbc_microbit/pong/src/ |
D | main.c | 318 k_thread_foreach(game_stack_dump, NULL); in game_refresh()
|
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/src/ |
D | ztress.c | 292 k_thread_foreach(thread_cb, NULL); in ztress_init()
|
/Zephyr-Core-3.4.0/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 115 107 k_thread_foreach
|
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
D | os_mgmt.c | 292 k_thread_foreach(os_mgmt_taskstat_encode_one, (void *)&iterator_ctx); in os_mgmt_taskstat_read()
|
/Zephyr-Core-3.4.0/kernel/ |
D | thread.c | 47 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/ |
D | kernel.h | 121 extern void k_thread_foreach(k_thread_user_cb_t user_cb, void *user_data);
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-1.12.rst | 42 * Added k_thread_foreach API 736 * :github:`7858` - Test for k_thread_foreach() is failing on some boards
|
D | release-notes-1.13.rst | 589 * :github:`7966` - Move k_thread_foreach() tests to tests/kernel/threads
|
D | release-notes-3.1.rst | 1994 * :github:`13318` - k_thread_foreach api breaks real time semantics
|