Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_non_block_reconnect_test.c34 static TX_SEMAPHORE establish_semaphore; variable
177 tx_semaphore_create(&establish_semaphore, "Web Establish", 0); in test_application_define()
206 tx_semaphore_put(&establish_semaphore); in tcp_establish_notify()
248 status = tx_semaphore_get(&establish_semaphore, NX_IP_PERIODIC_RATE); in thread_client_entry()
275 status = tx_semaphore_get(&establish_semaphore, NX_IP_PERIODIC_RATE); in thread_client_entry()
Dnetx_web_non_block_basic_test.c34 static TX_SEMAPHORE establish_semaphore; variable
177 tx_semaphore_create(&establish_semaphore, "Web Establish", 0); in test_application_define()
206 tx_semaphore_put(&establish_semaphore); in tcp_establish_notify()
254 status = tx_semaphore_get(&establish_semaphore, NX_IP_PERIODIC_RATE); in thread_client_entry()