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

TX_THREAD_STRUCT::tx_thread_user_preempt_threshold field

Syntax

UINT tx_thread_user_preempt_threshold;

References

LocationReferrerText
tx_api.h:458
UINT tx_thread_user_preempt_threshold;
tx_mutex_priority_change.c:121_tx_mutex_priority_change()
if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority)
tx_mutex_priority_change.c:125_tx_mutex_priority_change()
thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold;
tx_mutex_priority_change.c:215_tx_mutex_priority_change()
if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority)
tx_mutex_priority_change.c:219_tx_mutex_priority_change()
thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold;
tx_thread_create.c:177_tx_thread_create()
thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold;
tx_thread_create.c:187_tx_thread_create()
thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0);
tx_thread_create.c:194_tx_thread_create()
thread_ptr -> tx_thread_user_preempt_threshold = priority;
tx_thread_info_get.c:135_tx_thread_info_get()
*preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold;
tx_thread_preemption_change.c:169_tx_thread_preemption_change()
*old_threshold = thread_ptr -> tx_thread_user_preempt_threshold;
tx_thread_preemption_change.c:172_tx_thread_preemption_change()
thread_ptr -> tx_thread_user_preempt_threshold = new_threshold;
tx_thread_priority_change.c:118_tx_thread_priority_change()
thread_ptr -> tx_thread_user_preempt_threshold = new_priority;
tx_thread_priority_change.c:211_tx_thread_priority_change()
thread_ptr -> tx_thread_user_preempt_threshold = new_priority;
txm_module_manager_thread_create.c:390_txm_module_manager_thread_create()
thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold;

Data Use

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