Skip to content
Snippets Groups Projects
Commit 605d5e56 authored by rahix's avatar rahix
Browse files

feat(hw-locks): Introduce new hw-lock API


Re-add a `hwlock_acquire()` method, but this time without a timeout
parameter.  From a functional point of view, this is just a wrapper
around `mutex_lock()`.

Additionally, add `hwlock_acquire_nonblock()` which behaves like
`mutex_trylock()`.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 610a3048
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment