Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_testcontrol.c24 TX_THREAD test_control_thread; variable
200 tx_thread_create(&test_control_thread, "test control thread", test_control_thread_entry, 0, in tx_application_define()
235 tx_thread_suspend(&test_control_thread); in test_control_thread_entry()
290 tx_thread_resume(&test_control_thread); in test_control_return()
464 if(thread_ptr == &test_control_thread) in test_control_cleanup()
477 while ((thread_ptr == &_tx_timer_thread) || (thread_ptr == &test_control_thread)) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_testcontrol.c25 TX_THREAD test_control_thread; variable
243 tx_thread_create(&test_control_thread, "test control thread", test_control_thread_entry, 0, in tx_application_define()
280 tx_thread_suspend(&test_control_thread); in test_control_thread_entry()
335 tx_thread_resume(&test_control_thread); in test_control_return()
509 if(thread_ptr == &test_control_thread) in test_control_cleanup()
522 while ((thread_ptr == &_tx_timer_thread) || (thread_ptr == &test_control_thread)) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/crypto_test/
Dcryptotestcontrol.c47 TX_THREAD test_control_thread; variable
388 tx_thread_create(&test_control_thread, "test control thread", test_control_thread_entry, 0, in tx_application_define()
428 tx_thread_suspend(&test_control_thread); in test_control_thread_entry()
490 tx_thread_resume(&test_control_thread); in test_control_return()
610 if(thread_ptr == &test_control_thread) in test_control_cleanup()
623 while ((thread_ptr == &_tx_timer_thread) || (thread_ptr == &test_control_thread)) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnetxtestcontrol.c53 TX_THREAD test_control_thread; variable
675 tx_thread_create(&test_control_thread, "test control thread", test_control_thread_entry, 0, in tx_application_define()
709 tx_thread_suspend(&test_control_thread); in test_control_thread_entry()
763 tx_thread_resume(&test_control_thread); in test_control_return()
937 if(thread_ptr == &test_control_thread) in test_control_cleanup()
950 while ((thread_ptr == &_tx_timer_thread) || (thread_ptr == &test_control_thread)) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/test/
Dnetxtestcontrol.c63 TX_THREAD test_control_thread; variable
2845 tx_thread_create(&test_control_thread, "test control thread", test_control_thread_entry, 0, in tx_application_define()
2881 tx_thread_suspend(&test_control_thread); in test_control_thread_entry()
2943 tx_thread_resume(&test_control_thread); in test_control_return()
3119 if(thread_ptr == &test_control_thread) in test_control_cleanup()
3132 while ((thread_ptr == &_tx_timer_thread) || (thread_ptr == &test_control_thread)) in test_control_cleanup()