Searched refs:test_control_thread (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_testcontrol.c | 24 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/ |
| D | netx_https_testcontrol.c | 25 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/ |
| D | cryptotestcontrol.c | 47 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/ |
| D | netxtestcontrol.c | 53 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/ |
| D | netxtestcontrol.c | 63 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()
|