Searched refs:client_threads (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_udp_bind_test.c | 420 static TX_THREAD client_threads[3]; variable 463 tx_thread_create(&client_threads[0], "client thread0", client_thread_entry, if1, in test_udp_bind_to_three_interfaces() 467 tx_thread_create(&client_threads[1], "client thread1", client_thread_entry, if2, in test_udp_bind_to_three_interfaces() 471 tx_thread_create(&client_threads[2], "client thread2", client_thread_entry, if3, in test_udp_bind_to_three_interfaces() 486 status += tx_thread_delete(&client_threads[i]); in test_udp_bind_to_three_interfaces() 503 tx_thread_create(&client_threads[0], "client thread0", client6_thread_entry, if1, in test_udp_bind_to_ipv6_addresses() 507 tx_thread_create(&client_threads[1], "client thread1", client6_thread_entry, if2, in test_udp_bind_to_ipv6_addresses() 511 tx_thread_create(&client_threads[2], "client thread1", client6_thread_entry, if3, in test_udp_bind_to_ipv6_addresses() 526 status += tx_thread_delete(&client_threads[i]); in test_udp_bind_to_ipv6_addresses()
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_concurrent_sessions_test.c | 40 static TX_THREAD client_threads[HTTP_CLIENT_THREADS]; variable 169 status = tx_thread_create(&client_threads[i], thread_name, thread_client_entry, i, in test_application_define()
|