Searched refs:semaphore_name (Results 1 – 8 of 8) sorted by relevance
78 UINT _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT initial_coun… in _ux_utility_semaphore_create() argument84 status = tx_semaphore_create(semaphore, (CHAR *) semaphore_name, initial_count); in _ux_utility_semaphore_create()
36 sem_create_fail_action.semaphore_name = "ux_host_endpoint0_semaphore"; in post_init_host()
35 semaphore_create_fail_action.semaphore_name = "host CDC-ECM bulk in wait semaphore"; in post_init_host()
35 semaphore_create_fail_action.semaphore_name = "host CDC-ECM bulk out wait semaphore"; in post_init_host()
34 semaphore_create_fail_action.semaphore_name = "host CDC-ECM interrupt notification semaphore"; in post_init_host()
181 CHAR *semaphore_name; member340 CHAR *semaphore_name; member
1062 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()
116 UINT _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT i…