glibc/nptl/sysdeps/unix/sysv/linux/x86_64
Ulrich Drepper 421665c40a Optimize x86-64 syscall cancellation handling.
The syscall wrappers had to save and restore the syscall parameter
values and return value when calling the functions to enable/disable
cancellation were called.  Not anymore.  The called functions are
special and don't modify any unexpected registers.
2009-08-04 11:03:46 -07:00
..
bits
cancellation.S Optimize x86-64 syscall cancellation handling. 2009-08-04 11:03:46 -07:00
clone.S
compat-timer.h
fork.c
libc-cancellation.S Optimize x86-64 syscall cancellation handling. 2009-08-04 11:03:46 -07:00
libc-lowlevellock.S
librt-cancellation.S Optimize x86-64 syscall cancellation handling. 2009-08-04 11:03:46 -07:00
lowlevellock.h Support requeueing for condvars using PI mutex. x86-64 only. 2009-07-19 20:56:40 -07:00
lowlevellock.S
lowlevelrobustlock.S Extend x86-64 __lll_robust_timedlock_wait to use futex syscall with absolute timeout. 2009-07-19 00:00:17 -07:00
Makefile
not-cancel.h
pt-vfork.S
pthread_barrier_wait.S
pthread_cond_broadcast.S Fix bookkeeping in mutex when using requeue_pi. 2009-07-28 09:40:39 -07:00
pthread_cond_signal.S Fix bookkeeping in mutex when using requeue_pi. 2009-07-28 09:40:39 -07:00
pthread_cond_timedwait.S Fix bookkeeping in mutex when using requeue_pi. 2009-07-28 09:40:39 -07:00
pthread_cond_wait.S Fix bookkeeping in mutex when using requeue_pi. 2009-07-28 09:40:39 -07:00
pthread_once.S
pthread_rwlock_rdlock.S
pthread_rwlock_timedrdlock.S Extend x86-64 pthread_rwlock_timedrdlock to use futex syscall with absolute timeout. 2009-07-18 21:53:26 -07:00
pthread_rwlock_timedwrlock.S Pretty printing last change. 2009-07-18 21:41:52 -07:00
pthread_rwlock_unlock.S
pthread_rwlock_wrlock.S
pthread_setaffinity.c
pthread_spin_init.c
pthread_spin_unlock.S
sem_post.S
sem_timedwait.S Extend x86-64 sem_timedwait to use futex syscall with absolute timeout. 2009-07-17 19:08:54 -07:00
sem_trywait.S
sem_wait.S Optimize x86-64 sem_wait for uncontested semaphore. 2009-07-17 15:50:23 -07:00
sysdep-cancel.h Optimize x86-64 syscall cancellation handling. 2009-08-04 11:03:46 -07:00
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_settime.c
Versions
vfork.S