Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/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
/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/
Ddemo_ping_test.c139 VOID demo_thread_entry(ULONG thread_input);
181 …tx_thread_create(&demo_thread, "demo thread", demo_thread_entry, 0, demo_thread_stack, sizeof(demo… in tx_application_define()
185 VOID demo_thread_entry(ULONG thread_input) in demo_thread_entry() function