Home
last modified time | relevance | path

Searched refs:thread_client1_entry (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/telnet_test/
Dnetx_telnet_activity_timeout_test.c65 static void thread_client1_entry(ULONG thread_input);
101 tx_thread_create(&client1_thread, "client 1 thread", thread_client1_entry, 0, in test_application_define()
389 void thread_client1_entry(ULONG thread_input) in thread_client1_entry() function
Dnetx_telnet_max_connections_test.c66 static void thread_client1_entry(ULONG thread_input);
104 tx_thread_create(&client1_thread, "client 1 thread", thread_client1_entry, 0, in test_application_define()
388 void thread_client1_entry(ULONG thread_input) in thread_client1_entry() function
/NetX-Duo-v6.2.1/test/regression/websocket_test/
Dnetx_websocket_multi_instance_test.c100 static void thread_client1_entry(ULONG thread_input);
215 status = tx_thread_create(&client1_thread, "Test Client1", thread_client1_entry, 0, in test_application_define()
441 void thread_client1_entry(ULONG thread_input) in thread_client1_entry() function