nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_modem_os_mutex_unlock()

int nrf_modem_os_mutex_unlock ( void *  mutex)

#include <nrf_modem/include/nrf_modem_os.h>

Unlock a mutex.

Parameters
mutexThe mutex.
Return values
0on success.
-NRF_EPERMif the current thread does not own the mutex.
-NRF_EINVALif the mutex is not locked.