Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_testcontrol.c26 TX_SEMAPHORE test_control_sema; variable
207 tx_semaphore_create(&test_control_sema, "Test control semaphore", 0); in tx_application_define()
237 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
293 tx_semaphore_put(&test_control_sema); in test_control_return()
370 if(_tx_semaphore_created_ptr != &test_control_sema) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_testcontrol.c27 TX_SEMAPHORE test_control_sema; variable
250 tx_semaphore_create(&test_control_sema, "HTTPS Test control semaphore", 0); in tx_application_define()
282 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
338 tx_semaphore_put(&test_control_sema); in test_control_return()
415 if(_tx_semaphore_created_ptr != &test_control_sema) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/crypto_test/
Dcryptotestcontrol.c49 TX_SEMAPHORE test_control_sema; variable
400 tx_semaphore_create(&test_control_sema, "Test control semaphore", 0); in tx_application_define()
430 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
493 tx_semaphore_put(&test_control_sema); in test_control_return()
516 if(_tx_semaphore_created_ptr != &test_control_sema) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnetxtestcontrol.c55 TX_SEMAPHORE test_control_sema; variable
682 tx_semaphore_create(&test_control_sema, "Test control semaphore", 0); in tx_application_define()
711 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
766 tx_semaphore_put(&test_control_sema); in test_control_return()
843 if(_tx_semaphore_created_ptr != &test_control_sema) in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/test/
Dnetxtestcontrol.c65 TX_SEMAPHORE test_control_sema; variable
2852 tx_semaphore_create(&test_control_sema, "Test control semaphore", 0); in tx_application_define()
2883 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()
2946 tx_semaphore_put(&test_control_sema); in test_control_return()
3025 if(_tx_semaphore_created_ptr != &test_control_sema) in test_control_cleanup()