Searched refs:storage_instance_live_semaphore (Results 1 – 2 of 2) sorted by relevance
61 static TX_SEMAPHORE storage_instance_live_semaphore; variable84 status = ux_utility_semaphore_get(&storage_instance_live_semaphore, 5000); in host_storage_instance_get()
115 status = ux_utility_semaphore_put(&storage_instance_live_semaphore); in demo_system_host_change_function()143 …status = ux_utility_semaphore_create(&storage_instance_live_semaphore, "storage_instance_live_sema… in test_application_define()