Home
last modified time | relevance | path

Searched refs:proxy_thread (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_http_proxy_data_fin_test.c35 static TX_THREAD proxy_thread; variable
170 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
267 tx_thread_resume(&proxy_thread); in thread_client_entry()
351 tx_thread_suspend(&proxy_thread); in thread_proxy_entry()
Dnetx_http_proxy_basic_test.c31 static TX_THREAD proxy_thread; variable
156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
Dnetx_http_proxy_non_block_test.c31 static TX_THREAD proxy_thread; variable
156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
Dnetx_http_proxy_disconnect_test.c31 static TX_THREAD proxy_thread; variable
156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
Dnetx_http_proxy_error_response_test.c31 static TX_THREAD proxy_thread; variable
167 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
Dnetx_http_proxy_multiple_response_test.c31 static TX_THREAD proxy_thread; variable
156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()