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

TX_THREAD_STRUCT::tx_thread_ready_previous field

Syntax

struct TX_THREAD_STRUCT *tx_thread_ready_next, *tx_thread_ready_previous;

References

LocationReferrerText
tx_api.h:388
*tx_thread_ready_previous;
tx_thread_system_resume.c:204_tx_thread_system_resume()
thread_ptr -> tx_thread_ready_previous = thread_ptr;
tx_thread_system_resume.c:391_tx_thread_system_resume()
tail_ptr = head_ptr -> tx_thread_ready_previous;
tx_thread_system_resume.c:393_tx_thread_system_resume()
head_ptr -> tx_thread_ready_previous = thread_ptr;
tx_thread_system_resume.c:394_tx_thread_system_resume()
thread_ptr -> tx_thread_ready_previous = tail_ptr;
tx_thread_system_suspend.c:212_tx_thread_system_suspend()
ready_previous = thread_ptr -> tx_thread_ready_previous;
tx_thread_system_suspend.c:215_tx_thread_system_suspend()
ready_next -> tx_thread_ready_previous = ready_previous;

Data Use

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