Home
last modified time | relevance | path

Searched refs:semaphore_signal (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_get.c78 UINT _ux_utility_semaphore_get(UX_SEMAPHORE *semaphore, ULONG semaphore_signal) in _ux_utility_semaphore_get() argument
110 status = tx_semaphore_get(semaphore, semaphore_signal); in _ux_utility_semaphore_get()
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.h22 … ux_test_utility_sim_sem_get_error_exception_add(TX_SEMAPHORE *semaphore, ULONG semaphore_signal);
Dux_test_utility_sim.c42 ULONG semaphore_signal; member
332 …D ux_test_utility_sim_sem_get_error_exception_add(TX_SEMAPHORE *semaphore, ULONG semaphore_signal) in ux_test_utility_sim_sem_get_error_exception_add() argument
345 except->semaphore_signal = semaphore_signal; in ux_test_utility_sim_sem_get_error_exception_add()
352 …ic UCHAR ux_test_utility_sim_sem_in_exception_list(TX_SEMAPHORE *semaphore, ULONG semaphore_signal) in ux_test_utility_sim_sem_in_exception_list() argument
360 if (except->semaphore == UX_NULL && semaphore_signal == except->semaphore_signal) in ux_test_utility_sim_sem_in_exception_list()
363 if (except->semaphore == semaphore && semaphore_signal == except->semaphore_signal) in ux_test_utility_sim_sem_in_exception_list()
Dusbx_storage_tests.c1484 …eate_semaphore_get_match_action(TX_THREAD *thread, TX_SEMAPHORE *semaphore, ULONG semaphore_signal) in create_semaphore_get_match_action() argument
1492 action.wait_option = semaphore_signal; in create_semaphore_get_match_action()
1499 …semaphore_get_disconnect_action(TX_THREAD *thread, TX_SEMAPHORE *semaphore, ULONG semaphore_signal) in create_semaphore_get_disconnect_action() argument
1507 action.wait_option = semaphore_signal; in create_semaphore_get_disconnect_action()
1531 …k_override_action(TX_THREAD *thread, TX_SEMAPHORE *semaphore, ULONG semaphore_signal, UCHAR (*chec… in create_semaphore_get_fail_with_check_override_action() argument
1539 action.wait_option = semaphore_signal; in create_semaphore_get_fail_with_check_override_action()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h118 UINT _ux_utility_semaphore_get(UX_SEMAPHORE *semaphore, ULONG semaphore_signal);