Searched refs:thread_ptr (Results 1 – 6 of 6) sorted by relevance
/USBX-v6.3.0/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.3.0/ports/cortex_a5x/ac6/inc/ |
D | ux_port.h | 212 TX_THREAD *thread_ptr; \ 213 thread_ptr = (TX_THREAD *) (a); \ 214 … (thread_ptr -> tx_thread_extension_ptr) = (VOID *)(b); \ 218 TX_THREAD *thread_ptr; \ 219 thread_ptr = tx_thread_identify(); \ 220 … (a) = (b *)(thread_ptr -> tx_thread_extension_ptr); \
|
/USBX-v6.3.0/common/core/inc/ |
D | ux_utility.h | 121 UINT _ux_utility_thread_create(UX_THREAD *thread_ptr, CHAR *name, 126 UINT _ux_utility_thread_delete(UX_THREAD *thread_ptr); 129 UINT _ux_utility_thread_resume(UX_THREAD *thread_ptr); 131 UINT _ux_utility_thread_suspend(UX_THREAD *thread_ptr);
|