nrfxlib API 2.8.99
|
int nrf_modem_os_mutex_unlock | ( | void * | mutex | ) |
#include <nrf_modem/include/nrf_modem_os.h>
Unlock a mutex.
mutex | The mutex. |
0 | on success. |
-NRF_EPERM | if the current thread does not own the mutex. |
-NRF_EINVAL | if the mutex is not locked. |