Searched refs:test_control_sema (Results 1 – 1 of 1) sorted by relevance
49 TX_SEMAPHORE test_control_sema; variable6286 tx_semaphore_create(&test_control_sema, "Test control semaphore", 0); in tx_application_define()6319 if(tx_semaphore_get(&test_control_sema, test_control_tests[i - 1].timeout)) in test_control_thread_entry()6383 tx_semaphore_put(&test_control_sema); in test_control_return()6426 if(_tx_semaphore_created_ptr != &test_control_sema) in test_control_cleanup()