Searched refs:thread_ptr (Results 1 – 6 of 6) sorted by relevance
/USBX-v6.2.1/common/core/src/ |
D | ux_utility_thread_delete.c | 78 UINT _ux_utility_thread_delete(UX_THREAD *thread_ptr) in _ux_utility_thread_delete() argument 85 tx_thread_terminate(thread_ptr); in _ux_utility_thread_delete() 88 status = tx_thread_delete(thread_ptr); in _ux_utility_thread_delete()
|
D | ux_utility_thread_resume.c | 77 UINT _ux_utility_thread_resume(UX_THREAD *thread_ptr) in _ux_utility_thread_resume() argument 84 status = tx_thread_resume(thread_ptr); in _ux_utility_thread_resume()
|
D | ux_utility_thread_suspend.c | 77 UINT _ux_utility_thread_suspend(UX_THREAD *thread_ptr) in _ux_utility_thread_suspend() argument 84 status = tx_thread_suspend(thread_ptr); in _ux_utility_thread_suspend()
|
D | ux_utility_thread_create.c | 86 UINT _ux_utility_thread_create(UX_THREAD *thread_ptr, CHAR *name, in _ux_utility_thread_create() argument 97 status = tx_thread_create(thread_ptr,name,entry_function,entry_input, in _ux_utility_thread_create() 108 … 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()
|
/USBX-v6.2.1/ports/cortex_a5x/ac6/inc/ |
D | ux_port.h | 198 TX_THREAD *thread_ptr; \ 199 thread_ptr = (TX_THREAD *) (a); \ 200 … (thread_ptr -> tx_thread_extension_ptr) = (VOID *)(b); \ 204 TX_THREAD *thread_ptr; \ 205 thread_ptr = tx_thread_identify(); \ 206 … (a) = (b *)(thread_ptr -> tx_thread_extension_ptr); \
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_utility.h | 113 UINT _ux_utility_thread_create(UX_THREAD *thread_ptr, CHAR *name, 118 UINT _ux_utility_thread_delete(UX_THREAD *thread_ptr); 121 UINT _ux_utility_thread_resume(UX_THREAD *thread_ptr); 123 UINT _ux_utility_thread_suspend(UX_THREAD *thread_ptr);
|