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

TX_THREAD_STRUCT::tx_thread_delayed_suspend field

Syntax

UINT tx_thread_delayed_suspend;

References

LocationReferrerText
tx_api.h:399
UINT tx_thread_delayed_suspend; /* Delayed suspend flag */
tx_thread_resume.c:525_tx_thread_resume()
else if (thread_ptr -> tx_thread_delayed_suspend == TX_TRUE)
tx_thread_resume.c:529_tx_thread_resume()
thread_ptr -> tx_thread_delayed_suspend = TX_FALSE;
tx_thread_suspend.c:198_tx_thread_suspend()
thread_ptr -> tx_thread_delayed_suspend = TX_TRUE;
tx_thread_system_resume.c:167_tx_thread_system_resume()
if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE)
tx_thread_system_resume.c:404_tx_thread_system_resume()
thread_ptr -> tx_thread_delayed_suspend = TX_FALSE;
tx_thread_system_resume.c:425_tx_thread_system_resume()
if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE)
tx_thread_system_resume.c:444_tx_thread_system_resume()
thread_ptr -> tx_thread_delayed_suspend = TX_FALSE;

Data Use

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