threadx
xSemaphoreCreateRecursiveMutex()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xSemaphoreCreateRecursiveMutex()
xSemaphoreCreateRecursiveMutex() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:456
SemaphoreHandle_t
xSemaphoreCreateRecursiveMutex
(
void
)
;
Implemented in
tx_freertos.c:1174
Examples
References
from
examples
Code
Location
SemaphoreHandle_t
xSemaphoreCreateRecursiveMutex
(
void
)
tx_freertos.c:1174
SemaphoreHandle_t
xSemaphoreCreateRecursiveMutex
(
void
)
;
FreeRTOS.h:456
Call Tree
from
examples
xSemaphoreCreateRecursiveMutex()
calls 3 functions:
All items filtered out
xSemaphoreCreateRecursiveMutex()
_txe_mutex_create()
txfr_malloc()
txfr_free()
All items filtered out
Data Use
from
examples
xSemaphoreCreateRecursiveMutex()
writes 3 variables:
All items filtered out
xSemaphoreCreateRecursiveMutex()
txfr_sem::max_count
txfr_sem::allocated
txfr_sem::is_mutex
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