TX_THREAD_STRUCT::tx_thread_created_previous is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_THREAD_STRUCT::tx_thread_created_previous

TX_THREAD_STRUCT::tx_thread_created_previous field

Syntax

struct TX_THREAD_STRUCT *tx_thread_created_next, *tx_thread_created_previous;

References

LocationReferrerText
tx_api.h:443
*tx_thread_created_previous;
tx_thread_create.c:232_tx_thread_create()
thread_ptr -> tx_thread_created_previous = thread_ptr;
tx_thread_create.c:239_tx_thread_create()
previous_thread = next_thread -> tx_thread_created_previous;
tx_thread_create.c:242_tx_thread_create()
next_thread -> tx_thread_created_previous = thread_ptr;
tx_thread_create.c:246_tx_thread_create()
thread_ptr -> tx_thread_created_previous = previous_thread;
tx_thread_delete.c:145_tx_thread_delete()
previous_thread = thread_ptr -> tx_thread_created_previous;
tx_thread_delete.c:146_tx_thread_delete()
next_thread -> tx_thread_created_previous = previous_thread;
txm_module_manager_thread_create.c:484_txm_module_manager_thread_create()
thread_ptr -> tx_thread_created_previous = thread_ptr;
txm_module_manager_thread_create.c:491_txm_module_manager_thread_create()
previous_thread = next_thread -> tx_thread_created_previous;
txm_module_manager_thread_create.c:494_txm_module_manager_thread_create()
next_thread -> tx_thread_created_previous = thread_ptr;
txm_module_manager_thread_create.c:498_txm_module_manager_thread_create()
thread_ptr -> tx_thread_created_previous = previous_thread;

Data Use

Functions writing TX_THREAD_STRUCT::tx_thread_created_previous
Functions reading TX_THREAD_STRUCT::tx_thread_created_previous
TX_THREAD_STRUCT::tx_thread_created_previous
Type of TX_THREAD_STRUCT::tx_thread_created_previous
TX_THREAD_STRUCT::tx_thread_created_previous
all items filtered out