Searched refs:https_server_thread_entry (Results 1 – 1 of 1) sorted by relevance
57 static void https_server_thread_entry(ULONG thread_input);393 tx_thread_create(&server_thread, "HTTP Server thread", https_server_thread_entry, 0, in tx_application_define()710 void https_server_thread_entry(ULONG thread_input) in https_server_thread_entry() function