Searched refs:proxy_thread (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_http_proxy_data_fin_test.c | 35 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()
|
| D | netx_http_proxy_basic_test.c | 31 static TX_THREAD proxy_thread; variable 156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
|
| D | netx_http_proxy_non_block_test.c | 31 static TX_THREAD proxy_thread; variable 156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
|
| D | netx_http_proxy_disconnect_test.c | 31 static TX_THREAD proxy_thread; variable 156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
|
| D | netx_http_proxy_error_response_test.c | 31 static TX_THREAD proxy_thread; variable 167 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
|
| D | netx_http_proxy_multiple_response_test.c | 31 static TX_THREAD proxy_thread; variable 156 status = tx_thread_create(&proxy_thread, "HTTP Proxy", thread_proxy_entry, 0, in test_application_define()
|