Home
last modified time | relevance | path

Searched refs:wait_option (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_event_flags_get.c82 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _ux_utility_event_flags_get() argument
89 … tx_event_flags_get(group_ptr, requested_flags, get_option, &local_actual_flags_ptr, wait_option); in _ux_utility_event_flags_get()
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c93 .wait_option = TX_WAIT_FOREVER,
371 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() argument
380 UX_TEST_OVERRIDE_TX_SEMAPHORE_GET_PARAMS params = { semaphore_ptr, wait_option }; in _tx_semaphore_get()
398 if (!ux_test_utility_sim_sem_in_exception_list(semaphore_ptr, wait_option)) in _tx_semaphore_get()
419 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_se… in _tx_semaphore_get()
436 else if (wait_option != TX_NO_WAIT) in _tx_semaphore_get()
491 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_semaphore_get()
501 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = wait_option; in _tx_semaphore_get()
1024 UINT _tx_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _tx_mutex_get() argument
1036 UX_TEST_OVERRIDE_TX_MUTEX_GET_PARAMS action_params = { mutex_ptr, wait_option }; in _tx_mutex_get()
[all …]
Dux_test.h174 ULONG wait_option; member
316 ULONG wait_option; member
329 ULONG wait_option; member
Dux_test.c951 semaphore_get_params->wait_option != this->wait_option) in ux_test_action_handler_check()
1099 if (mutex_get_params->wait_option != this->wait_option) in ux_test_action_handler_check()
Dusbx_ux_host_class_cdc_acm_read_test.c197 .wait_option = TX_WAIT_FOREVER,
Dusbx_ux_device_class_cdc_acm_write_test.c197 .wait_option = TX_WAIT_FOREVER,
Dusbx_ux_host_class_cdc_acm_write_test.c202 .wait_option = TX_WAIT_FOREVER,
Dusbx_ux_host_class_storage_thread_entry_test.c320 .wait_option = TX_WAIT_FOREVER,
Dusbx_storage_tests.c291 static void ux_test_semaphore_get(TX_SEMAPHORE *sempahore, UINT wait_option) in ux_test_semaphore_get() argument
297 status = ux_utility_semaphore_get(sempahore, wait_option); in ux_test_semaphore_get()
1492 action.wait_option = semaphore_signal; in create_semaphore_get_match_action()
1507 action.wait_option = semaphore_signal; in create_semaphore_get_disconnect_action()
1539 action.wait_option = semaphore_signal; in create_semaphore_get_fail_with_check_override_action()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h139 … UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);