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

Function nxrmutex_destroy

include/nuttx/mutex.h:765–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763 ****************************************************************************/
764
765static inline_function int nxrmutex_destroy(FAR rmutex_t *rmutex)
766{
767 int ret = nxmutex_destroy(&rmutex->mutex);
768
769 if (ret >= 0)
770 {
771 rmutex->count = 0;
772 }
773
774 return ret;
775}
776
777/****************************************************************************
778 * Name: nxrmutex_is_hold

Callers 15

_lock_close_recursiveFunction · 0.85
_lock_close_recursiveFunction · 0.85
_lock_close_recursiveFunction · 0.85
_lock_close_recursiveFunction · 0.85
group_releaseFunction · 0.85
task_uninit_streamFunction · 0.85
onewire_uninitializeFunction · 0.85
pipecommon_freedevFunction · 0.85
sensor_custom_registerFunction · 0.85
sensor_custom_unregisterFunction · 0.85
sensor_rpmsg_ept_releaseFunction · 0.85

Calls 1

nxmutex_destroyFunction · 0.85

Tested by

no test coverage detected