threadx
xSemaphoreGetMutexHolder()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xSemaphoreGetMutexHolder()
xSemaphoreGetMutexHolder() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:476
TaskHandle_t
xSemaphoreGetMutexHolder
(
SemaphoreHandle_t
xMutex
)
;
Implemented in
tx_freertos.c:1418
Arguments
Argument
xMutex
Related Functions
Found 13 other functions taking a
txfr_sem
argument:
Function
xSemaphoreGive()
xSemaphoreCreateCountingStatic()
xSemaphoreCreateBinaryStatic()
xSemaphoreCreateMutexStatic()
xSemaphoreCreateRecursiveMutexStatic()
vSemaphoreDelete()
xSemaphoreTake()
xSemaphoreTakeFromISR()
xSemaphoreTakeRecursive()
xSemaphoreGiveFromISR()
xSemaphoreGiveRecursive()
uxSemaphoreGetCount()
xSemaphoreGetMutexHolderFromISR()
Examples
References
from
examples
Code
Location
Referrer
TaskHandle_t
xSemaphoreGetMutexHolder
(
SemaphoreHandle_t
xMutex
)
tx_freertos.c:1418
TaskHandle_t
xSemaphoreGetMutexHolder
(
SemaphoreHandle_t
xMutex
)
;
FreeRTOS.h:476
return
xSemaphoreGetMutexHolder
(
xMutex
)
;
tx_freertos.c:1428
xSemaphoreGetMutexHolderFromISR()
Call Tree
from
examples
xSemaphoreGetMutexHolder()
is called by 1 function:
xSemaphoreGetMutexHolderFromISR()
All items filtered out
xSemaphoreGetMutexHolder()
All items filtered out
Data Use
from
examples
xSemaphoreGetMutexHolder()
reads 3 variables:
TX_MUTEX_STRUCT::tx_mutex_owner
txfr_sem::mutex
TX_THREAD_STRUCT::txfr_thread_ptr
All items filtered out
xSemaphoreGetMutexHolder()
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