Skip to content

Commit

Permalink
Extend x86-64 pthread_cond_timedwait to use futex syscall with absolu…
Browse files Browse the repository at this point in the history
…te timeout.
  • Loading branch information
Ulrich Drepper committed Jul 18, 2009
1 parent 92618c9 commit e88726b
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 126 deletions.
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2009-07-18 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(__pthread_cond_timedwait): If possible use FUTEX_WAIT_BITSET to
directly use absolute timeout.

* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(__pthread_cond_wait): Convert to using exception handler instead of
registered unwind buffer.
Expand Down
Loading

0 comments on commit e88726b

Please sign in to comment.