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

TX_THREAD_STRUCT::tx_thread_owned_mutex_count field

Syntax

UINT tx_thread_owned_mutex_count;

References

LocationReferrerText
tx_api.h:462
UINT tx_thread_owned_mutex_count;
tx_mutex_get.c:167_tx_mutex_get()
thread_ptr -> tx_thread_owned_mutex_count++;
tx_mutex_put.c:189_tx_mutex_put()
thread_ptr -> tx_thread_owned_mutex_count--;
tx_mutex_put.c:192_tx_mutex_put()
if (thread_ptr -> tx_thread_owned_mutex_count == ((UINT) 0))
tx_mutex_put.c:436_tx_mutex_put()
owned_count = thread_ptr -> tx_thread_owned_mutex_count;
tx_mutex_put.c:466_tx_mutex_put()
thread_ptr -> tx_thread_owned_mutex_count = owned_count + ((UINT) 1);

Data Use

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