Searched refs:test_control_sema (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_testcontrol.c | 26 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/ |
| D | netx_https_testcontrol.c | 27 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/ |
| D | cryptotestcontrol.c | 49 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/ |
| D | netxtestcontrol.c | 55 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/ |
| D | netxtestcontrol.c | 65 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()
|