Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_secure_tls.c41 static void tls_server_thread_entry(ULONG thread_input);
394 tx_thread_create(&server_thread, "TLS Server thread", tls_server_thread_entry, 0, in tx_application_define()
608 void tls_server_thread_entry(ULONG thread_input) in tls_server_thread_entry() function