Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/kernel/
Dmempool.c118 thread->resource_pool = _SYSTEM_HEAP; in k_thread_system_pool_assign()
132 heap = _current->resource_pool; in z_thread_aligned_alloc()
Dthread.c668 new_thread->resource_pool = NULL; in z_setup_new_thread()
682 new_thread->resource_pool = _current->resource_pool; in z_setup_new_thread()
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/obj_validation/src/
Dmain.c144 start_addr = *((uintptr_t *)(void *)thread->resource_pool); in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/kernel/
Dthread.h333 struct k_heap *resource_pool; member
/Zephyr-Core-3.5.0/kernel/include/
Dkswap.h256 dummy_thread->resource_pool = NULL; in z_dummy_thread_init()
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/mem_protect/src/
Dinherit.c128 return _current->resource_pool; in z_impl_ret_resource_pool_ptr()
/Zephyr-Core-3.5.0/tests/kernel/mem_heap/mheap_api_concept/src/
Dtest_mheap_api.c45 k_current_get()->resource_pool = NULL; in thread_entry()
/Zephyr-Core-3.5.0/include/zephyr/
Dkernel.h411 thread->resource_pool = heap; in k_thread_heap_assign()