Searched refs:resource_pool (Results 1 – 8 of 8) sorted by relevance
118 thread->resource_pool = _SYSTEM_HEAP; in k_thread_system_pool_assign()132 heap = _current->resource_pool; in z_thread_aligned_alloc()
668 new_thread->resource_pool = NULL; in z_setup_new_thread()682 new_thread->resource_pool = _current->resource_pool; in z_setup_new_thread()
144 start_addr = *((uintptr_t *)(void *)thread->resource_pool); in ZTEST()
333 struct k_heap *resource_pool; member
256 dummy_thread->resource_pool = NULL; in z_dummy_thread_init()
128 return _current->resource_pool; in z_impl_ret_resource_pool_ptr()
45 k_current_get()->resource_pool = NULL; in thread_entry()
411 thread->resource_pool = heap; in k_thread_heap_assign()