Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 28, 2003
1 parent 567fb22 commit 206a5cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nptl/Banner
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NPTL 0.26 by Ulrich Drepper
NPTL 0.27 by Ulrich Drepper
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ pthread_barrier_wait:
movl $SYS_futex, %eax
ENTER_KERNEL

/* Release the mutex. */
/* Release the mutex. We cannot release the lock before
waking the waiting threads since otherwise a new thread might
arrive and gets waken up, too. */
LOCK
incl MUTEX(%ebx)
jng 4f
Expand Down

0 comments on commit 206a5cd

Please sign in to comment.