Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_pop3_client.c33 void demo_thread_entry(ULONG info);
62 tx_thread_create(&demo_client_thread, "Client", demo_thread_entry, 0, in tx_application_define()
116 void demo_thread_entry(ULONG info) in demo_thread_entry() function