Searched refs:k_thread_foreach (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/kernel/profiling/profiling_api/src/ |
D | main.c | 28 k_thread_foreach(tdata_dump_callback, NULL); in work_handler() 53 k_thread_foreach(tdata_dump_callback, NULL); in ZTEST()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | thread.c | 36 k_thread_foreach(thread_valid_cb, &entry); in z_thread_is_valid()
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | test_kthread_for_each.c | 93 k_thread_foreach(thread_callback, TEST_STRING); in ZTEST() 114 k_thread_foreach(thread_callback, TEST_STRING); in ZTEST() 194 k_thread_foreach(NULL, TEST_STRING); in ZTEST()
|
D | main.c | 543 k_thread_foreach(foreach_callback, &stats); in ZTEST()
|
/Zephyr-latest/kernel/ |
D | dynamic.c | 121 k_thread_foreach(dyn_cb, &data); in z_impl_k_thread_stack_free()
|
D | thread_monitor.c | 38 void k_thread_foreach(k_thread_user_cb_t user_cb, void *user_data) in k_thread_foreach() function
|
/Zephyr-latest/subsys/debug/ |
D | thread_analyzer.c | 212 k_thread_foreach(thread_analyze_cb, &ud); in thread_analyzer_run()
|
D | Kconfig | 62 Normally while thread are analyzed the k_thread_foreach function 71 For the limitation of such configuration see the k_thread_foreach
|
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/ |
D | log_test.c | 571 k_thread_foreach(promote_log_thread, NULL); in test_log_core_additional_setup()
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | main.c | 321 k_thread_foreach(game_stack_dump, NULL); in game_refresh()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztress.c | 292 k_thread_foreach(thread_cb, NULL); in ztress_init()
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 115 107 k_thread_foreach
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
D | os_mgmt.c | 338 k_thread_foreach(os_mgmt_taskstat_encode_one, (void *)&iterator_ctx); in os_mgmt_taskstat_read()
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 123 void k_thread_foreach(k_thread_user_cb_t user_cb, void *user_data); 153 k_thread_foreach(user_cb, user_data); in k_thread_foreach_filter_by_cpu()
|
/Zephyr-latest/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
|