zephyr/tests/kernel/msgq/msgq_api/src
Andy Ross c770cab1a3 kernel: Make thread resource pools into sys_heaps
The k_mem_pool allocator is no more, and the z_mem_pool compatibility
API is going away.  The internal allocator should be a k_heap always.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-12-07 21:50:14 -05:00
..
main.c kernel: Make thread resource pools into sys_heaps 2020-12-07 21:50:14 -05:00
test_msgq_attrs.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
test_msgq_contexts.c tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
test_msgq_fail.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
test_msgq_purge.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
test_msgq.h