threadx
TX_MUTEX_STRUCT::tx_mutex_owned_previous
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_MUTEX_STRUCT::tx_mutex_owned_previous
TX_MUTEX_STRUCT::tx_mutex_owned_previous field
Syntax
Show:
Summary
Declaration
from
tx_api.h:826
struct
TX_MUTEX_STRUCT
*
tx_mutex_owned_next
,
*
tx_mutex_owned_previous
;
Examples
References
from
examples
Code
Location
Referrer
*
tx_mutex_owned_previous
;
tx_api.h:828
previous_mutex
=
next_mutex
->
tx_mutex_owned_previous
;
tx_mutex_get.c:147
_tx_mutex_get()
next_mutex
->
tx_mutex_owned_previous
=
mutex_ptr
;
tx_mutex_get.c:150
_tx_mutex_get()
mutex_ptr
->
tx_mutex_owned_previous
=
previous_mutex
;
tx_mutex_get.c:154
_tx_mutex_get()
mutex_ptr
->
tx_mutex_owned_previous
=
mutex_ptr
;
tx_mutex_get.c:163
_tx_mutex_get()
previous_mutex
=
mutex_ptr
->
tx_mutex_owned_previous
;
tx_mutex_put.c:205
_tx_mutex_put()
next_mutex
->
tx_mutex_owned_previous
=
previous_mutex
;
tx_mutex_put.c:206
_tx_mutex_put()
mutex_ptr
->
tx_mutex_owned_previous
=
mutex_ptr
;
tx_mutex_put.c:445
_tx_mutex_put()
previous_mutex
=
next_mutex
->
tx_mutex_owned_previous
;
tx_mutex_put.c:454
_tx_mutex_put()
next_mutex
->
tx_mutex_owned_previous
=
mutex_ptr
;
tx_mutex_put.c:457
_tx_mutex_put()
mutex_ptr
->
tx_mutex_owned_previous
=
previous_mutex
;
tx_mutex_put.c:461
_tx_mutex_put()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TX_MUTEX_STRUCT::tx_mutex_owned_previous
is written by 2 functions and is read by 2 functions:
_tx_mutex_get()
_tx_mutex_put()
All items filtered out
TX_MUTEX_STRUCT::tx_mutex_owned_previous
_tx_mutex_get()
_tx_mutex_put()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out