CMSIS + 0/1 examples
CodeScope will show references to osMutexGetOwner() from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

osMutexGetOwner() function

Get Thread which owns a Mutex object.

Syntax

Arguments

mutex_id

mutex ID obtained by osMutexNew.

Return value

thread ID of owner thread or NULL when mutex was not acquired.

Examples

osMutexGetOwner() is referenced by 1 libraries and example projects.

References

LocationText
cmsis_os2.h:595
osThreadId_t osMutexGetOwner (osMutexId_t mutex_id);

Call Tree

Functions called by osMutexGetOwner()
osMutexGetOwner()
_txe_mutex_info_get()
all items filtered out
Data read by osMutexGetOwner()
Data written by osMutexGetOwner()
TX_MUTEX_STRUCT::tx_mutex_id
osMutexGetOwner()::mutex_ptr
osMutexGetOwner()::thread_ptr
all items filtered out
osMutexGetOwner()
osMutexGetOwner()::thread_ptr
all items filtered out
Type of osMutexGetOwner()
osMutexGetOwner()
TX_THREAD
TX_MUTEX
all items filtered out