Skip to content
Snippets Groups Projects
Commit 61fd90a8 authored by rahix's avatar rahix
Browse files

feat(mutex): Add mutex_assert_locked() function

mutex_assert_locked() allows functions to assert that the current task
is holding a mutex.  This is meant for safe-guarding APIs where the
caller must ensure a certain mutex is locked.
parent 9a70773d
No related branches found
No related tags found
1 merge request!445Fix lockup when attempting to load a l0dable with disabled ELF 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