threadx
xSemaphoreTakeRecursive()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xSemaphoreTakeRecursive()
xSemaphoreTakeRecursive() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:466
BaseType_t
xSemaphoreTakeRecursive
(
SemaphoreHandle_t
xMutex
,
TickType_t
xTicksToWait
)
;
Implemented in
tx_freertos.c:1304
Arguments
Argument
xMutex
xTicksToWait
Related Functions
Found 13 other functions taking a
txfr_sem
argument:
Function
xSemaphoreGive()
xSemaphoreCreateCountingStatic()
xSemaphoreGetMutexHolder()
xSemaphoreCreateBinaryStatic()
xSemaphoreCreateMutexStatic()
xSemaphoreCreateRecursiveMutexStatic()
vSemaphoreDelete()
xSemaphoreTake()
xSemaphoreTakeFromISR()
xSemaphoreGiveFromISR()
xSemaphoreGiveRecursive()
uxSemaphoreGetCount()
xSemaphoreGetMutexHolderFromISR()
Examples
References
from
examples
Code
Location
BaseType_t
xSemaphoreTakeRecursive
(
SemaphoreHandle_t
xMutex
,
TickType_t
xTicksToWait
)
tx_freertos.c:1304
BaseType_t
xSemaphoreTakeRecursive
(
SemaphoreHandle_t
xMutex
,
TickType_t
xTicksToWait
)
;
FreeRTOS.h:466
Call Tree
from
examples
xSemaphoreTakeRecursive()
calls 2 functions:
All items filtered out
xSemaphoreTakeRecursive()
_txe_semaphore_get()
_txe_mutex_get()
All items filtered out
Data Use
from
examples
xSemaphoreTakeRecursive()
reads 1 variable:
txfr_sem::is_mutex
All items filtered out
xSemaphoreTakeRecursive()
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