Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/samples/
Ddemo_netx_secure_tls.c40 static void tls_client_thread_entry(ULONG thread_input);
430 status = tx_thread_create(&client_thread, "TLS Client", tls_client_thread_entry, 0, in tx_application_define()
464 VOID tls_client_thread_entry(ULONG thread_input) in tls_client_thread_entry() function