mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 22:41:56 +00:00
Unnecessary k_thread_abort() removed from test_msgq_purge_when_put. A single global msgq object is now shared instead of being declared on thread stacks, except for an ISR test case which has had its semaphore renamed. Moved k_sem_init() call from msgq_thread() to test_msgq_thread() to fix a race condition. userspace tag added to testcase.yaml. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
alert/alert_api | ||
arm_irq_vector_table | ||
arm_runtime_nmi | ||
bitfield | ||
common | ||
context | ||
critical | ||
errno | ||
fatal | ||
fifo/fifo_api | ||
fp_sharing | ||
gen_isr_table | ||
irq_offload | ||
libs | ||
lifo/lifo_api | ||
mbox/mbox_api | ||
mem_heap/mheap_api_concept | ||
mem_pool | ||
mem_protect | ||
mem_slab | ||
msgq/msgq_api | ||
multilib | ||
mutex | ||
obj_tracing | ||
pending | ||
pipe/pipe_api | ||
poll | ||
profiling/profiling_api | ||
pthread | ||
queue | ||
semaphore/sema_api | ||
sleep | ||
sprintf | ||
stack/stack_api | ||
static_idt | ||
systhreads | ||
test_build | ||
threads | ||
tickless | ||
timer | ||
workq | ||
xip |