Home
last modified time | relevance | path

Searched refs:semaphore_name (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_create.c78 UINT _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT initial_coun… in _ux_utility_semaphore_create() argument
84 status = tx_semaphore_create(semaphore, (CHAR *) semaphore_name, initial_count); in _ux_utility_semaphore_create()
/USBX-v6.2.1/test/regression/
Dusbx_hub_hub_device_enumeration_keeps_failing_test.c36 sem_create_fail_action.semaphore_name = "ux_host_endpoint0_semaphore"; in post_init_host()
Dusbx_cdc_ecm_host_bulk_in_semaphore_create_fail_test.c35 semaphore_create_fail_action.semaphore_name = "host CDC-ECM bulk in wait semaphore"; in post_init_host()
Dusbx_cdc_ecm_host_bulk_out_semaphore_create_fail_test.c35 semaphore_create_fail_action.semaphore_name = "host CDC-ECM bulk out wait semaphore"; in post_init_host()
Dusbx_cdc_ecm_host_int_notification_semaphore_create_fail_test.c34 semaphore_create_fail_action.semaphore_name = "host CDC-ECM interrupt notification semaphore"; in post_init_host()
Dux_test.h181 CHAR *semaphore_name; member
340 CHAR *semaphore_name; member
Dux_test.c1062 UX_TEST_ASSERT(this->semaphore_name != UX_NULL); in ux_test_action_handler_check()
1064 if (strcmp(semaphore_create_params->semaphore_name, this->semaphore_name)) in ux_test_action_handler_check()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h116 UINT _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT i…