Searched refs:storage_instance (Results 1 – 2 of 2) sorted by relevance
693 UX_HOST_CLASS_STORAGE *storage_instance; in tx_demo_thread_host_simulation_entry() local1497 …storage_instance = (UX_HOST_CLASS_STORAGE *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_… in tx_demo_thread_host_simulation_entry()1498 if (storage_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()1506 …status = _ux_utility_semaphore_create(&storage_instance -> ux_host_class_storage_semaphore, "ux_h… in tx_demo_thread_host_simulation_entry()1515 storage_instance_semaphore_copy = storage_instance -> ux_host_class_storage_semaphore; in tx_demo_thread_host_simulation_entry()1518 ux_utility_memory_free(storage_instance); in tx_demo_thread_host_simulation_entry()1537 storage_instance -> ux_host_class_storage_semaphore = storage_instance_semaphore_copy; in tx_demo_thread_host_simulation_entry()1540 status = ux_utility_semaphore_delete(&storage_instance -> ux_host_class_storage_semaphore); in tx_demo_thread_host_simulation_entry()
635 VOID _ux_device_class_storage_thread(ULONG storage_instance);