Home
last modified time | relevance | path

Searched refs:semaphore_test_2_done (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/rtp_test/
Dnetx_rtp_multicast_test.c50 static TX_SEMAPHORE semaphore_test_2_done; variable
153 tx_semaphore_create(&semaphore_test_2_done, "semaphore test 2", 0); in test_application_define()
210 status = tx_semaphore_get(&semaphore_test_2_done, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry()
354 tx_semaphore_put(&semaphore_test_2_done); in ntest_2_entry()
Dnetx_rtp_multi_clients_test.c50 static TX_SEMAPHORE semaphore_test_2_done; variable
154 tx_semaphore_create(&semaphore_test_2_done, "semaphore test 2", 0); in test_application_define()
226 status = tx_semaphore_get(&semaphore_test_2_done, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry()
362 tx_semaphore_put(&semaphore_test_2_done); in ntest_2_entry()