TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting

TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting field

Syntax

UINT tx_mutex_highest_priority_waiting;

References

LocationReferrerText
tx_api.h:823
UINT tx_mutex_highest_priority_waiting;
tx_mutex_get.c:134_tx_mutex_get()
mutex_ptr -> tx_mutex_highest_priority_waiting = ((UINT) TX_MAX_PRIORITIES);
tx_mutex_get.c:356_tx_mutex_get()
if (mutex_ptr -> tx_mutex_highest_priority_waiting > thread_ptr -> tx_thread_priority)
tx_mutex_get.c:360_tx_mutex_get()
mutex_ptr -> tx_mutex_highest_priority_waiting = thread_ptr -> tx_thread_priority;
tx_mutex_put.c:273_tx_mutex_put()
if (next_mutex -> tx_mutex_highest_priority_waiting < inheritance_priority)
tx_mutex_put.c:277_tx_mutex_put()
inheritance_priority = next_mutex -> tx_mutex_highest_priority_waiting;
tx_mutex_put.c:383_tx_mutex_put()
mutex_ptr -> tx_mutex_highest_priority_waiting = (UINT) TX_MAX_PRIORITIES;
tx_mutex_put.c:432_tx_mutex_put()
mutex_ptr -> tx_mutex_highest_priority_waiting = (UINT) TX_MAX_PRIORITIES;
tx_mutex_put.c:612_tx_mutex_put()
mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority;

Data Use

Functions writing TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting
Functions reading TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting
all items filtered out
TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting
all items filtered out
Type of TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting
TX_MUTEX_STRUCT::tx_mutex_highest_priority_waiting
all items filtered out