MCPcopy Create free account
hub / github.com/apache/nuttx / nxrmutex_init

Function nxrmutex_init

include/nuttx/mutex.h:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741 ****************************************************************************/
742
743static inline_function int nxrmutex_init(FAR rmutex_t *rmutex)
744{
745 rmutex->count = 0;
746 return nxmutex_init(&rmutex->mutex);
747}
748
749/****************************************************************************
750 * Name: nxrmutex_destroy

Callers 15

_lock_init_recursiveFunction · 0.85
_lock_acquire_recursiveFunction · 0.85
_lock_init_recursiveFunction · 0.85
_lock_acquire_recursiveFunction · 0.85
esp32s3_spiflash_initFunction · 0.85
_lock_init_recursiveFunction · 0.85
_lock_acquire_recursiveFunction · 0.85
_lock_init_recursiveFunction · 0.85
_lock_acquire_recursiveFunction · 0.85

Calls 1

nxmutex_initFunction · 0.85

Tested by

no test coverage detected