/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_queue_empty_suspension_test.c | 32 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 109 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define() 154 status = tx_queue_send_notify(TX_NULL, queue_notify); in thread_0_entry() 167 status = tx_queue_send_notify(&queue_1, queue_notify); in thread_0_entry()
|
D | threadx_queue_thread_terminate_test.c | 26 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 90 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_flush_no_suspension_test.c | 23 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 73 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_flush_test.c | 31 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 108 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_suspension_timeout_test.c | 32 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 120 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_prioritize.c | 60 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 220 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_full_suspension_test.c | 44 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 131 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_front_send_test.c | 39 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 125 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_queue_empty_suspension_test.c | 32 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 109 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define() 154 status = tx_queue_send_notify(TX_NULL, queue_notify); in thread_0_entry() 167 status = tx_queue_send_notify(&queue_1, queue_notify); in thread_0_entry()
|
D | threadx_queue_thread_terminate_test.c | 26 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 90 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_flush_no_suspension_test.c | 23 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 73 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_flush_test.c | 31 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 108 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_suspension_timeout_test.c | 32 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 120 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_full_suspension_test.c | 44 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 131 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_prioritize.c | 60 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 220 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
D | threadx_queue_front_send_test.c | 39 static void queue_notify(TX_QUEUE *queue_ptr) in queue_notify() function 125 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|