Home
last modified time | relevance | path

Searched refs:tx_thread_created_previous (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_delete.c145 previous_thread = thread_ptr -> tx_thread_created_previous; in _tx_thread_delete()
146 next_thread -> tx_thread_created_previous = previous_thread; in _tx_thread_delete()
Dtx_thread_create.c246 thread_ptr -> tx_thread_created_previous = thread_ptr; in _tx_thread_create()
253 previous_thread = next_thread -> tx_thread_created_previous; in _tx_thread_create()
256 next_thread -> tx_thread_created_previous = thread_ptr; in _tx_thread_create()
260 thread_ptr -> tx_thread_created_previous = previous_thread; in _tx_thread_create()
/ThreadX-v6.2.1/common/src/
Dtx_thread_delete.c145 previous_thread = thread_ptr -> tx_thread_created_previous; in _tx_thread_delete()
146 next_thread -> tx_thread_created_previous = previous_thread; in _tx_thread_delete()
Dtx_thread_create.c232 thread_ptr -> tx_thread_created_previous = thread_ptr; in _tx_thread_create()
239 previous_thread = next_thread -> tx_thread_created_previous; in _tx_thread_create()
242 next_thread -> tx_thread_created_previous = thread_ptr; in _tx_thread_create()
246 thread_ptr -> tx_thread_created_previous = previous_thread; in _tx_thread_create()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c487 thread_ptr -> tx_thread_created_previous = thread_ptr; in _txm_module_manager_thread_create()
494 previous_thread = next_thread -> tx_thread_created_previous; in _txm_module_manager_thread_create()
497 next_thread -> tx_thread_created_previous = thread_ptr; in _txm_module_manager_thread_create()
501 thread_ptr -> tx_thread_created_previous = previous_thread; in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h547 *tx_thread_created_previous; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h531 *tx_thread_created_previous; member