Hi there,
I am using nrf_mtx_trylock.
The explanation of nrf_mtx_trylock is "Try to lock a mutex.".
I would like to lock a mutex forcibly.
Does the function which locks a mutex forcibly exist?
Best regards,
Yasuyuki
Hi there,
I am using nrf_mtx_trylock.
The explanation of nrf_mtx_trylock is "Try to lock a mutex.".
I would like to lock a mutex forcibly.
Does the function which locks a mutex forcibly exist?
Best regards,
Yasuyuki
Hi,
nrf_mtx_trylock will only fail to lock the mutex if the mutex is already locked by another context.
Why would you want to force lock the mutex? Would that not defeat the purpose of the mutex?
Best regards,
Jørgen
Hi,
nrf_mtx_trylock will only fail to lock the mutex if the mutex is already locked by another context.
Why would you want to force lock the mutex? Would that not defeat the purpose of the mutex?
Best regards,
Jørgen