Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_api_test.c103 void test_thread_entry(ULONG thread_input);
131 status = tx_thread_create(&test_thread, "HTTPS API Test Thread", test_thread_entry, 0, in test_application_define()
167 void test_thread_entry(ULONG thread_input) in test_thread_entry() function