Skip to content
Snippets Groups Projects
Commit 343b9019 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Adrian Bunk
Browse files

Documentation: Add nested versions of mutex locks to docs

parent cfd348fd
No related branches found
No related tags found
No related merge requests found
...@@ -133,4 +133,6 @@ the APIs of 'struct mutex' have been streamlined: ...@@ -133,4 +133,6 @@ the APIs of 'struct mutex' have been streamlined:
int mutex_trylock(struct mutex *lock); int mutex_trylock(struct mutex *lock);
void mutex_unlock(struct mutex *lock); void mutex_unlock(struct mutex *lock);
int mutex_is_locked(struct mutex *lock); int mutex_is_locked(struct mutex *lock);
void mutex_lock_nested(struct mutex *lock, unsigned int subclass);
int mutex_lock_interruptible_nested(struct mutex *lock,
unsigned int subclass);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment