Searched refs:ux_host_class_cdc_acm_semaphore (Results 1 – 4 of 4) sorted by relevance
102 status = _ux_host_semaphore_get(&cdc_acm -> ux_host_class_cdc_acm_semaphore, UX_WAIT_FOREVER); in _ux_host_class_cdc_acm_deactivate()191 _ux_host_semaphore_delete(&cdc_acm -> ux_host_class_cdc_acm_semaphore); in _ux_host_class_cdc_acm_deactivate()
127 …status = _ux_host_semaphore_create(&cdc_acm -> ux_host_class_cdc_acm_semaphore, "ux_host_class_cd… in _ux_host_class_cdc_acm_activate()365 _ux_host_semaphore_delete(&cdc_acm -> ux_host_class_cdc_acm_semaphore); in _ux_host_class_cdc_acm_activate()
505 _ux_utility_semaphore_delete(&cdc_acm_host_control->ux_host_class_cdc_acm_semaphore); in tx_test_thread_host_simulation_entry()515 …status = _ux_utility_semaphore_create(&cdc_acm_host_control -> ux_host_class_cdc_acm_semaphore, "… in tx_test_thread_host_simulation_entry()
244 UX_SEMAPHORE ux_host_class_cdc_acm_semaphore; member