Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c200 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() argument
207 UX_TEST_OVERRIDE_TX_SEMAPHORE_CREATE_PARAMS action_params = { semaphore_ptr, name_ptr, initial_… in _tx_semaphore_create()
240 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
243 semaphore_ptr -> tx_semaphore_name = name_ptr; in _tx_semaphore_create()
244 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create()
250 semaphore_ptr -> tx_semaphore_id = TX_SEMAPHORE_ID; in _tx_semaphore_create()
258 _tx_semaphore_created_ptr = semaphore_ptr; in _tx_semaphore_create()
259 semaphore_ptr -> tx_semaphore_created_next = semaphore_ptr; in _tx_semaphore_create()
260 semaphore_ptr -> tx_semaphore_created_previous = semaphore_ptr; in _tx_semaphore_create()
270 next_semaphore -> tx_semaphore_created_previous = semaphore_ptr; in _tx_semaphore_create()
[all …]
Dusbx_ux_host_class_storage_thread_entry_test.c311 _ux_utility_semaphore_delete(semaphore_get_param->semaphore_ptr); in ux_host_class_storage_semaphore_callback()
319 .semaphore_ptr = UX_NULL,
596 TX_SEMAPHORE *semaphore_ptr; in tx_demo_thread_host_simulation_entry() local
697 semaphore_ptr = &storage -> ux_host_class_storage_semaphore; in tx_demo_thread_host_simulation_entry()
699 ux_host_class_storage_semaphore_get_hook[0].semaphore_ptr = semaphore_ptr; in tx_demo_thread_host_simulation_entry()
730 if (semaphore_ptr->tx_semaphore_id != 0) in tx_demo_thread_host_simulation_entry()
762 if (semaphore_ptr->tx_semaphore_id != 0) in tx_demo_thread_host_simulation_entry()
Dux_test.c52 if (list->semaphore_ptr == old) in _ux_test_main_action_list_semaphore_update()
53 list->semaphore_ptr == new; in _ux_test_main_action_list_semaphore_update()
950 …if (this->semaphore_ptr != UX_NULL && semaphore_get_params->semaphore_ptr != this->semaphore_ptr || in ux_test_action_handler_check()
Dux_test.h173 TX_SEMAPHORE *semaphore_ptr; member
315 TX_SEMAPHORE *semaphore_ptr; member
Dusbx_storage_tests.c1491 action.semaphore_ptr = semaphore; in create_semaphore_get_match_action()
1506 action.semaphore_ptr = semaphore; in create_semaphore_get_disconnect_action()
1538 action.semaphore_ptr = semaphore; in create_semaphore_get_fail_with_check_override_action()
2775 … if (action_item->semaphore_ptr == &local_init_storage->ux_host_class_storage_semaphore) in test_unit_ready_test()
2777 action_item->semaphore_ptr = &global_storage->ux_host_class_storage_semaphore; in test_unit_ready_test()