Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30805
b: refs/heads/master
c: 6abdce7
h: refs/heads/master
i:
  30803: 4995774
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jun 28, 2006
1 parent f08c7a4 commit 897adbb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e2970f2fb6950183a34e8545faa093eb49d186e1
refs/heads/master: 6abdce7680e3e8436b3292b345d77b67d5ec9ea8
2 changes: 1 addition & 1 deletion trunk/Documentation/robust-futexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ comparison. If the thread has registered a list, then normally the list
is empty. If the thread/process crashed or terminated in some incorrect
way then the list might be non-empty: in this case the kernel carefully
walks the list [not trusting it], and marks all locks that are owned by
this thread with the FUTEX_OWNER_DEAD bit, and wakes up one waiter (if
this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if
any).

The list is guaranteed to be private and per-thread at do_exit() time,
Expand Down

0 comments on commit 897adbb

Please sign in to comment.