Searched refs:client_stop (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.4.1/test/regression/http_test/ |
D | netx_http_basic_authenticate_test.c | 60 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()
|
D | netx_http_digest_authenticate_test.c | 69 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()
|
D | netx_http_digest_authenticate_timeout_test.c | 70 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/ |
D | netx_web_digest_authenticate_test2.c | 68 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()
|
D | netx_web_digest_authenticate_timeout_test.c | 68 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()
|