Home
last modified time | relevance | path

Searched refs:thread_ptr (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c376 TX_THREAD *thread_ptr; in _tx_semaphore_get() local
419 …ion, semaphore_ptr -> tx_semaphore_count, TX_POINTER_TO_ULONG_CONVERT(&thread_ptr), TX_TRACE_SEMAP… in _tx_semaphore_get()
451 TX_THREAD_GET_CURRENT(thread_ptr) in _tx_semaphore_get()
454 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in _tx_semaphore_get()
458 thread_ptr -> tx_thread_suspend_control_block = (VOID *) semaphore_ptr; in _tx_semaphore_get()
466 semaphore_ptr -> tx_semaphore_suspension_list = thread_ptr; in _tx_semaphore_get()
467 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
468 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
475 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get()
477 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_get()
[all …]
Dusbxtestcontrol.c1120 TX_THREAD *thread_ptr; in test_control_cleanup() local
1268 thread_ptr = _tx_thread_created_ptr; in test_control_cleanup()
1278 if (thread_ptr == &test_control_thread) in test_control_cleanup()
1282 thread_ptr = thread_ptr -> tx_thread_created_next; in test_control_cleanup()
1291 while ((thread_ptr == &_tx_timer_thread) || (thread_ptr == &test_control_thread)) in test_control_cleanup()
1295 thread_ptr = thread_ptr -> tx_thread_created_next; in test_control_cleanup()
1300 tx_thread_terminate(thread_ptr); in test_control_cleanup()
1303 tx_thread_delete(thread_ptr); in test_control_cleanup()
Dux_test.h199 TX_THREAD *thread_ptr; member
357 TX_THREAD *thread_ptr; member
Dux_test.c38 if (list->thread_ptr == old) in _ux_test_main_action_list_thread_update()
39 list->thread_ptr == new; in _ux_test_main_action_list_thread_update()
1074 if (this->thread_ptr != thread_preemption_change_params->thread_ptr || in ux_test_action_handler_check()
Dusbx_storage_tests.c1190 action.thread_ptr = preemption_change_param_thread_ptr; in create_disconnect_on_thread_preemption_change()
/USBX-v6.2.1/test/cmake/libs/
Dnx_user.h55 TX_THREAD *thread_ptr; \
56 thread_ptr = (TX_THREAD *) (a); \
57 … (thread_ptr -> tx_thread_extension_ptr) = (VOID *)(b); \
61 TX_THREAD *thread_ptr; \
62 thread_ptr = tx_thread_identify(); \
65 … if (thread_ptr -> tx_thread_extension_ptr) \
67 … (a) = (b *)(thread_ptr -> tx_thread_extension_ptr); \
/USBX-v6.2.1/common/core/src/
Dux_utility_thread_delete.c77 UINT _ux_utility_thread_delete(UX_THREAD *thread_ptr) in _ux_utility_thread_delete() argument
84 tx_thread_terminate(thread_ptr); in _ux_utility_thread_delete()
87 status = tx_thread_delete(thread_ptr); in _ux_utility_thread_delete()
Dux_utility_thread_create.c85 UINT _ux_utility_thread_create(UX_THREAD *thread_ptr, CHAR *name, in _ux_utility_thread_create() argument
96 status = tx_thread_create(thread_ptr,name,entry_function,entry_input, in _ux_utility_thread_create()
107 … UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_THREAD_ERROR, thread_ptr, 0, 0, UX_TRACE_ERRORS, 0, 0) in _ux_utility_thread_create()
Dux_utility_thread_suspend.c76 UINT _ux_utility_thread_suspend(UX_THREAD *thread_ptr) in _ux_utility_thread_suspend() argument
83 status = tx_thread_suspend(thread_ptr); in _ux_utility_thread_suspend()
Dux_utility_thread_resume.c76 UINT _ux_utility_thread_resume(UX_THREAD *thread_ptr) in _ux_utility_thread_resume() argument
83 status = tx_thread_resume(thread_ptr); in _ux_utility_thread_resume()
/USBX-v6.2.1/ports/cortex_a5x/ac6/inc/
Dux_port.h211 TX_THREAD *thread_ptr; \
212 thread_ptr = (TX_THREAD *) (a); \
213 … (thread_ptr -> tx_thread_extension_ptr) = (VOID *)(b); \
217 TX_THREAD *thread_ptr; \
218 thread_ptr = tx_thread_identify(); \
219 … (a) = (b *)(thread_ptr -> tx_thread_extension_ptr); \
/USBX-v6.2.1/common/core/inc/
Dux_utility.h120 UINT _ux_utility_thread_create(UX_THREAD *thread_ptr, CHAR *name,
125 UINT _ux_utility_thread_delete(UX_THREAD *thread_ptr);
128 UINT _ux_utility_thread_resume(UX_THREAD *thread_ptr);
130 UINT _ux_utility_thread_suspend(UX_THREAD *thread_ptr);