Searched refs:thread_client_entry (Results 1 – 7 of 7) sorted by relevance
/NetX-Duo-v6.3.0/samples/ |
D | demo_bsd_udp.c | 36 VOID thread_client_entry(ULONG thread_input); 69 tx_thread_create(&thread_client, "Client", thread_client_entry, 0, in tx_application_define() 202 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
|
D | demo_netxduo_dhcpv6.c | 41 void thread_client_entry(ULONG thread_input); 81 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in tx_application_define() 155 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
|
D | demo_netxduo_http.c | 65 void thread_client_entry(ULONG thread_input); 194 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in tx_application_define() 253 VOID thread_client_entry(ULONG thread_input) in thread_client_entry() function
|
D | demo_netxduo_telnet.c | 57 void thread_client_entry(ULONG thread_input); 99 tx_thread_create(&client_thread, "client thread", thread_client_entry, 0, in tx_application_define() 248 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
|
D | demo_netxduo_dhcpv6_client.c | 41 void thread_client_entry(ULONG thread_input); 89 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in tx_application_define() 172 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
|
D | demo_bsd_tcp.c | 44 VOID thread_client_entry(ULONG thread_input); 75 tx_thread_create(&thread_client, "Client", thread_client_entry, 0, in tx_application_define() 395 VOID thread_client_entry(ULONG thread_input) in thread_client_entry() function
|
D | demo_netxduo_dns.c | 42 void thread_client_entry(ULONG thread_input); 71 tx_thread_create(&client_thread, "Client thread", thread_client_entry, 0, in tx_application_define() 160 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
|