Lines Matching refs:queue_0

37 static TX_QUEUE        queue_0;  variable
76 if (queue_0.tx_queue_suspension_list == &thread_3) in test_isr()
208 status = tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
220 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
288 status = tx_queue_prioritize(&queue_0); in thread_0_entry()
307 (queue_0.tx_queue_suspension_list != &thread_1)) in thread_0_entry()
316 status = tx_queue_prioritize(&queue_0); in thread_0_entry()
319 if ((status != TX_SUCCESS) || (queue_0.tx_queue_suspension_list != &thread_2)) in thread_0_entry()
328 status = tx_queue_prioritize(&queue_0); in thread_0_entry()
331 if ((status != TX_SUCCESS) || (queue_0.tx_queue_suspension_list != &thread_2)) in thread_0_entry()
348 status = tx_queue_prioritize(&queue_0); in thread_0_entry()
351 if ((status != TX_SUCCESS) || (queue_0.tx_queue_suspension_list != &thread_3)) in thread_0_entry()
366 status = tx_queue_prioritize(&queue_0); in thread_0_entry()
380 if (queue_0.tx_queue_suspension_list != &thread_4) in thread_0_entry()
409 status = tx_queue_receive(&queue_0, &dest_message, TX_WAIT_FOREVER); in thread_1_entry()
432 status = tx_queue_receive(&queue_0, &dest_message, TX_WAIT_FOREVER); in thread_2_entry()
455 status = tx_queue_receive(&queue_0, &dest_message, TX_WAIT_FOREVER); in thread_3_entry()
478 status = tx_queue_receive(&queue_0, &dest_message, TX_WAIT_FOREVER); in thread_4_entry()
501 status = tx_queue_receive(&queue_0, &dest_message, TX_WAIT_FOREVER); in thread_5_entry()
524 status = tx_queue_receive(&queue_0, &dest_message, TX_WAIT_FOREVER); in thread_6_entry()