Searched refs:thread_client1_entry (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/telnet_test/ |
| D | netx_telnet_activity_timeout_test.c | 65 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
|
| D | netx_telnet_max_connections_test.c | 66 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/ |
| D | netx_websocket_multi_instance_test.c | 100 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
|