Searched refs:semaphore_test_done (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.4.1/test/regression/rtp_test/ |
D | netx_rtcp_packet_process_test.c | 38 static TX_SEMAPHORE semaphore_test_done; variable 153 tx_semaphore_create(&semaphore_test_done, "semaphore test done", 0); in test_application_define() 180 status = tx_semaphore_get(&semaphore_test_done, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 183 status = tx_semaphore_get(&semaphore_test_done, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 186 status = tx_semaphore_get(&semaphore_test_done, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 233 tx_semaphore_put(&semaphore_test_done); in ntest_1_entry() 246 tx_semaphore_put(&semaphore_test_done); in test_rtcp_receiver_report_callback() 258 tx_semaphore_put(&semaphore_test_done); in test_rtcp_sdes_callback()
|
D | netx_rtcp_packet_send_test.c | 49 static TX_SEMAPHORE semaphore_test_done; variable 124 tx_semaphore_create(&semaphore_test_done, "semaphore test done", 0); in test_application_define() 158 status = tx_semaphore_get(&semaphore_test_done, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 184 tx_semaphore_put(&semaphore_test_done); in ntest_1_entry()
|
D | netx_rtcp_abnormal_packet_test.c | 38 static TX_SEMAPHORE semaphore_test_done; variable 240 tx_semaphore_create(&semaphore_test_done, "semaphore test done", 0); in test_application_define() 267 status = tx_semaphore_get(&semaphore_test_done, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 305 tx_semaphore_put(&semaphore_test_done); in ntest_1_entry()
|