-
- Downloads
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
Loading
Please register or sign in to comment