Home
last modified time | relevance | path

Searched refs:k_mem_domain_add_thread (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/tests/benchmarks/footprints/src/
Dworkq.c117 k_mem_domain_add_thread(&footprint_mem_domain, &user_workq.thread); in run_workq()
128 k_mem_domain_add_thread(&footprint_mem_domain, tid); in run_workq()
Duserspace.c118 k_mem_domain_add_thread(&footprint_mem_domain, k_current_get()); in run_userspace()
Dtimer.c97 k_mem_domain_add_thread(&footprint_mem_domain, tid); in run_timer()
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c103 k_mem_domain_add_thread(domain, &child_thread); in spawn_child_thread()
249 k_mem_domain_add_thread(&test_domain, zzz_thread); in mem_domain_add_thread_entry()
353 k_mem_domain_add_thread(&test_domain, &child_thread); in ZTEST()
356 k_mem_domain_add_thread(&test_domain, &child_thread); in ZTEST()
Dinherit.c108 k_mem_domain_add_thread(&inherit_mem_domain, parent_tid); in ZTEST()
/Zephyr-latest/include/zephyr/app_memory/
Dmem_domain.h188 int k_mem_domain_add_thread(struct k_mem_domain *domain,
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dmain.c136 k_mem_domain_add_thread(domain, thread); in run_extension_on_thread()
137 k_mem_domain_add_thread(domain, subscriber_thread_id); in run_extension_on_thread()
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dmain.c112 k_mem_domain_add_thread(&app_domain, k_current_get()); in main()
Dudp.c186 rc = k_mem_domain_add_thread(&app_domain, udp_thread_id); in start_thread()
/Zephyr-latest/tests/kernel/threads/thread_init/src/
Dmain.c219 k_mem_domain_add_thread(&k_mem_domain_default, T_KDEFINE_COOP_THREAD); in thread_init_setup()
220 k_mem_domain_add_thread(&k_mem_domain_default, T_KDEFINE_PREEMPT_THREAD); in thread_init_setup()
/Zephyr-latest/tests/misc/llext-edk/src/
Dmain.c70 k_mem_domain_add_thread(domain, thread); in load_and_run_extension()
/Zephyr-latest/samples/userspace/shared_mem/src/
Dmain.c148 k_mem_domain_add_thread(&enc_domain, tENC); in main()
162 k_mem_domain_add_thread(&pt_domain, tPT); in main()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dudp.c227 k_mem_domain_add_thread(&app_domain, udp6_thread_id); in start_udp()
239 k_mem_domain_add_thread(&app_domain, udp4_thread_id); in start_udp()
Dtcp.c397 k_mem_domain_add_thread(&app_domain, tcp6_thread_id); in start_tcp()
412 k_mem_domain_add_thread(&app_domain, tcp4_thread_id); in start_tcp()
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dmain.c64 k_mem_domain_add_thread(&thread->domain, k_current_get()); in yielder_entry()
/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_a.c215 k_mem_domain_add_thread(&app_a_domain, k_current_get()); in app_a_entry()
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/
Divshmem.c248 k_mem_domain_add_thread(&app_a_domain, k_current_get()); in ivshmem_sample_userspace_doorbell()
/Zephyr-latest/samples/subsys/logging/logger/src/
Dmain.c307 k_mem_domain_add_thread(&app_domain, k_current_get()); in log_demo_supervisor()
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c764 k_mem_domain_add_thread(&alternate_domain, k_current_get()); in ZTEST()
783 k_mem_domain_add_thread(&alternate_domain, k_current_get()); in ZTEST()
834 k_mem_domain_add_thread(&alternate_domain, k_current_get()); in ZTEST()
/Zephyr-latest/tests/kernel/threads/tls/src/
Dmain.c222 k_mem_domain_add_thread(&dom_common, k_current_get()); in thread_tls_setup()
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c172 k_mem_domain_add_thread(&domain, &llext_thread); in load_call_unload()
196 k_mem_domain_add_thread(&domain, &llext_thread); in load_call_unload()
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c457 k_mem_domain_add_thread(&app_domain, k_current_get()); in main()
/Zephyr-latest/kernel/
Dmem_domain.c323 int k_mem_domain_add_thread(struct k_mem_domain *domain, k_tid_t thread) in k_mem_domain_add_thread() function
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c543 k_mem_domain_add_thread(&app_domain, app_thread); in main()
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_api.c811 k_mem_domain_add_thread(&rtio_domain, k_current_get()); in rtio_api_before()

12