Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71839
b: refs/heads/master
c: 343b901
h: refs/heads/master
i:
  71837: 00a3fe2
  71835: 5587489
  71831: 5129c8c
  71823: 03e7450
  71807: 0b7a360
v: v3
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Oct 19, 2007
1 parent 7b22dc1 commit 723a9a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfd348fd6e2a5dcba68f4195ca642602d3a33cc3
refs/heads/master: 343b9019808eb4df2a1b4429a8b95d21bf45a9e9
4 changes: 3 additions & 1 deletion trunk/Documentation/mutex-design.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,6 @@ the APIs of 'struct mutex' have been streamlined:
int mutex_trylock(struct mutex *lock);
void mutex_unlock(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 comments on commit 723a9a3

Please sign in to comment.