zephyr/tests/kernel/queue/src
Yasushi SHOJI a3e0f8c316 doc: Replace *_thread_resource_pool_assign with k_thread_heap_assign
Replace *_thread_resource_pool_assign() in the reference with the new
k_thread_heap_assign() since both k_thread_resource_pool_assign() and
z_thread_resource_pool_assign() has been removed prio to v2.5 (by the
commit c770cab1a3 and 3c2c1d85b0 respectively) along with the
k_mem_pool API removal.

For the resource pool inheritance test, the variables with "res_pool"
string has been replaced by "heap_mem" to align with the documentation
fix.  No functionality has been changed.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
2021-03-11 18:22:12 -05:00
..
main.c kernel: queue: develop the code coverage 2021-01-18 23:14:12 -05:00
test_queue_contexts.c doc: Replace *_thread_resource_pool_assign with k_thread_heap_assign 2021-03-11 18:22:12 -05:00
test_queue_fail.c tests/kernel: Coherence: no shared data on stacks 2021-02-11 14:47:40 -05:00
test_queue_loop.c
test_queue_user.c kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
test_queue.h kernel: queue: develop the code coverage 2021-01-18 23:14:12 -05:00