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

Function nxmutex_destroy

include/nuttx/mutex.h:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 ****************************************************************************/
478
479static inline_function int nxmutex_destroy(FAR mutex_t *mutex)
480{
481 return nxsem_destroy(&mutex->sem);
482}
483
484/****************************************************************************
485 * Name: nxmutex_lock

Callers 15

bl_os_mutex_deleteFunction · 0.85
_lock_closeFunction · 0.85
_lock_closeFunction · 0.85
_lock_close_recursiveFunction · 0.85
rp23xx_i2sbus_initializeFunction · 0.85
_lock_closeFunction · 0.85
_lock_closeFunction · 0.85
_lock_closeFunction · 0.85
himem_chardev_exitFunction · 0.85
lc823450_mtd_allocdevFunction · 0.85

Calls 1

nxsem_destroyFunction · 0.85

Tested by 2

pci_ep_test_probeFunction · 0.68