Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_non_block_basic_test.c35 static TX_SEMAPHORE data_semaphore; variable
178 tx_semaphore_create(&data_semaphore, "Web Data", 0); in test_application_define()
212 tx_semaphore_put(&data_semaphore); in tcp_receive_callback()
282 status = tx_semaphore_get(&data_semaphore, 2 * NX_IP_PERIODIC_RATE); in thread_client_entry()
Dnetx_web_non_block_reconnect_test.c35 static TX_SEMAPHORE data_semaphore; variable
178 tx_semaphore_create(&data_semaphore, "Web Data", 0); in test_application_define()
212 tx_semaphore_put(&data_semaphore); in tcp_receive_callback()
303 status = tx_semaphore_get(&data_semaphore, 2 * NX_IP_PERIODIC_RATE); in thread_client_entry()