Home
last modified time | relevance | path

Searched refs:server_thread_entry (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_dhcp.c62 void server_thread_entry(ULONG thread_input);
98 tx_thread_create(&server_thread, "thread server", server_thread_entry, 0, in tx_application_define()
169 void server_thread_entry(ULONG thread_input) in server_thread_entry() function
Ddemo_netxduo_tftp.c75 void server_thread_entry(ULONG thread_input);
102 status = tx_thread_create(&server_thread, "TFTP Server Thread", server_thread_entry, 0, in tx_application_define()
225 void server_thread_entry(ULONG thread_input) in server_thread_entry() function