threadx
xSemaphoreCreateMutex()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (1/4)...
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
xSemaphoreCreateMutex()
xSemaphoreCreateMutex() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:452
SemaphoreHandle_t
xSemaphoreCreateMutex
(
void
)
;
Implemented in
tx_freertos.c:1123
Examples
References
from
examples
Code
Location
SemaphoreHandle_t
xSemaphoreCreateMutex
(
void
)
tx_freertos.c:1123
SemaphoreHandle_t
xSemaphoreCreateMutex
(
void
)
;
FreeRTOS.h:452
Call Tree
from
examples
xSemaphoreCreateMutex()
calls 3 functions:
All items filtered out
xSemaphoreCreateMutex()
_txe_mutex_create()
txfr_malloc()
txfr_free()
All items filtered out
Data Use
from
examples
xSemaphoreCreateMutex()
writes 3 variables:
All items filtered out
xSemaphoreCreateMutex()
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