mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 01:07:47 -04:00
These tests cover the following portion in the queue code: static void prvUnlockQueue( Queue_t * const pxQueue ) { ... if( prvNotifyQueueSetContainer( pxQueue ) != pdFALSE ) { /* The queue is a member of a queue set, and posting to * the queue set caused a higher priority task to unblock. * A context switch is required. */ vTaskMissedYield(); } else { mtCOVERAGE_TEST_MARKER(); } ... } Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> |
||
---|---|---|
.. | ||
binary_semaphore_utest.c | ||
FreeRTOSConfig.h | ||
Makefile | ||
mutex_utest.c | ||
queue_in_set_utest.c | ||
queue_receive_blocking_utest.c | ||
queue_receive_nonblocking_utest.c | ||
queue_send_blocking_utest.c | ||
queue_send_nonblocking_utest.c | ||
queue_set_utest.c | ||
queue_unlock_cascaded_set_utest.c | ||
semaphore_in_set_utest.c |