Home
last modified time | relevance | path

Searched defs:semaphore (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_delete.c76 UINT _ux_utility_semaphore_delete(UX_SEMAPHORE *semaphore) in _ux_utility_semaphore_delete()
Dux_utility_semaphore_put.c76 UINT _ux_utility_semaphore_put(UX_SEMAPHORE *semaphore) in _ux_utility_semaphore_put()
Dux_utility_semaphore_create.c78 UINT _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT initial_coun… in _ux_utility_semaphore_create()
Dux_utility_semaphore_get.c78 UINT _ux_utility_semaphore_get(UX_SEMAPHORE *semaphore, ULONG semaphore_signal) in _ux_utility_semaphore_get()
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c41 TX_SEMAPHORE *semaphore; /* UX_NULL to match any */ member
332 VOID ux_test_utility_sim_sem_get_error_exception_add(TX_SEMAPHORE *semaphore, ULONG semaphore_sign… in ux_test_utility_sim_sem_get_error_exception_add()
352 static UCHAR ux_test_utility_sim_sem_in_exception_list(TX_SEMAPHORE *semaphore, ULONG semaphore_sig… in ux_test_utility_sim_sem_in_exception_list()
Dusbx_storage_tests.c1210 TX_SEMAPHORE *semaphore = &timeout_data->transfer_request->ux_transfer_r… in device_media_write_block_action_func() local
1484 static UX_TEST_ACTION create_semaphore_get_match_action(TX_THREAD *thread, TX_SEMAPHORE *semaphore,… in create_semaphore_get_match_action()
1499 …ACTION create_semaphore_get_disconnect_action(TX_THREAD *thread, TX_SEMAPHORE *semaphore, ULONG se… in create_semaphore_get_disconnect_action()
1531 …semaphore_get_fail_with_check_override_action(TX_THREAD *thread, TX_SEMAPHORE *semaphore, ULONG se… in create_semaphore_get_fail_with_check_override_action()
Dusbx_device_class_ccid_busy_abort_tests.c85 TX_SEMAPHORE semaphore; member
Dux_test.h339 TX_SEMAPHORE *semaphore; member