Home
last modified time | relevance | path

Searched refs:client_stop (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/http_test/
Dnetx_http_basic_authenticate_test.c60 static TX_SEMAPHORE client_stop; variable
200 tx_semaphore_create(&client_stop, "client stop", 0); in test_application_define()
356 tx_semaphore_put(&client_stop); in thread_client_entry()
416 tx_semaphore_get(&client_stop, NX_WAIT_FOREVER); in thread_server_entry()
Dnetx_http_digest_authenticate_test.c69 static TX_SEMAPHORE client_stop; variable
175 tx_semaphore_create(&client_stop, "client stop", 0); in test_application_define()
363 tx_semaphore_put(&client_stop); in thread_client_entry()
466 tx_semaphore_get(&client_stop, NX_WAIT_FOREVER); in thread_server_entry()
Dnetx_http_digest_authenticate_timeout_test.c70 static TX_SEMAPHORE client_stop; variable
171 tx_semaphore_create(&client_stop, "client stop", 0); in test_application_define()
420 tx_semaphore_put(&client_stop); in thread_client_entry()
/NetX-Duo-v6.4.1/test/regression/web_test/
Dnetx_web_digest_authenticate_test2.c68 static TX_SEMAPHORE client_stop; variable
174 tx_semaphore_create(&client_stop, "client stop", 0); in test_application_define()
338 tx_semaphore_put(&client_stop); in thread_client_entry()
442 tx_semaphore_get(&client_stop, NX_WAIT_FOREVER); in thread_server_entry()
Dnetx_web_digest_authenticate_timeout_test.c68 static TX_SEMAPHORE client_stop; variable
170 tx_semaphore_create(&client_stop, "client stop", 0); in test_application_define()
466 tx_semaphore_put(&client_stop); in thread_client_entry()