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

TX_THREAD_STRUCT::tx_thread_suspend_option field

Syntax

UINT tx_thread_suspend_option;

References

LocationReferrerText
tx_api.h:432
UINT tx_thread_suspend_option;
tx_event_flags_get.c:310_tx_event_flags_get()
thread_ptr -> tx_thread_suspend_option = get_option;
tx_event_flags_set.c:231_tx_event_flags_set()
get_option = thread_ptr -> tx_thread_suspend_option;
tx_event_flags_set.c:377_tx_event_flags_set()
get_option = thread_ptr -> tx_thread_suspend_option;
tx_queue_front_send.c:316_tx_queue_front_send()
thread_ptr -> tx_thread_suspend_option = TX_TRUE;
tx_queue_receive.c:172_tx_queue_receive()
if (thread_ptr -> tx_thread_suspend_option == TX_TRUE)
tx_queue_receive.c:409_tx_queue_receive()
thread_ptr -> tx_thread_suspend_option = TX_FALSE;
tx_queue_send.c:316_tx_queue_send()
thread_ptr -> tx_thread_suspend_option = TX_FALSE;

Data Use

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