Searched refs:global_test_semaphore (Results 1 – 1 of 1) sorted by relevance
138 static TX_SEMAPHORE global_test_semaphore; variable2111 status = ux_utility_semaphore_create(&global_test_semaphore, "test_semaphore", 0); in initialize_test_resources()5077 status = ux_utility_semaphore_put(&global_test_semaphore); in hssctt_thread2_entry()5102 status = ux_utility_semaphore_get(&global_test_semaphore, TX_WAIT_FOREVER); in hssctt_action_func()5610 global_test_semaphore.tx_semaphore_count != 0 || in ux_test_thread_host_simulation_entry()5611 global_test_semaphore.tx_semaphore_suspended_count != 0) in ux_test_thread_host_simulation_entry()