mirror of git://sourceware.org/git/glibc.git
parameter to lll_futex_wait call. * pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock): Likewise. * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once): Replace lll_futex_wait with lll_private_futex_wait. * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): Add LLL_SHARED parameter to lll_futex_wake(). * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Define LLL_PRIVATE LLL_SHARED, lll_private_futex_wait, lll_private_futex_timed_wait and lll_private_futex_wake. (lll_futex_wait): Add private parameter. Adjust FUTEX_PRIVATE_FLAG bit from private parm before syscall. (lll_futex_timed_wait): Likewise. (lll_futex_wake): Likewise. (lll_futex_wake_unlock): Likewise. (lll_mutex_unlock): Add LLL_SHARED parm to lll_futex_wake call. (lll_robust_mutex_unlock): Likewise. (lll_mutex_unlock_force): Likewise. (lll_wait_tid): Add LLL_SHARED parm to lll_futex_wait call. |
||
|---|---|---|
| .. | ||
| alpha | ||
| bits | ||
| i386 | ||
| ia64 | ||
| powerpc | ||
| s390 | ||
| sh | ||
| sparc | ||
| x86_64 | ||
| Implies | ||
| Makefile | ||
| Versions | ||
| aio_misc.h | ||
| allocrtsig.c | ||
| createthread.c | ||
| fork.c | ||
| fork.h | ||
| getpid.c | ||
| internaltypes.h | ||
| jmp-unwind.c | ||
| kernel-posix-timers.h | ||
| libc-lowlevellock.c | ||
| libc_multiple_threads.c | ||
| libc_pthread_init.c | ||
| lowlevelbarrier.sym | ||
| lowlevelcond.sym | ||
| lowlevellock.c | ||
| lowlevelrobustlock.c | ||
| lowlevelrobustlock.sym | ||
| lowlevelrwlock.sym | ||
| mq_notify.c | ||
| pt-fork.c | ||
| pt-raise.c | ||
| pthread-pi-defines.sym | ||
| pthread_attr_getaffinity.c | ||
| pthread_attr_setaffinity.c | ||
| pthread_getaffinity.c | ||
| pthread_getcpuclockid.c | ||
| pthread_kill.c | ||
| pthread_mutex_cond_lock.c | ||
| pthread_setaffinity.c | ||
| pthread_yield.c | ||
| raise.c | ||
| register-atfork.c | ||
| rtld-lowlevel.h | ||
| sem_post.c | ||
| sem_timedwait.c | ||
| sem_trywait.c | ||
| sem_wait.c | ||
| sigtimedwait.c | ||
| sigwait.c | ||
| sigwaitinfo.c | ||
| sleep.c | ||
| smp.h | ||
| structsem.sym | ||
| timer_create.c | ||
| timer_delete.c | ||
| timer_getoverr.c | ||
| timer_gettime.c | ||
| timer_routines.c | ||
| timer_settime.c | ||
| unregister-atfork.c | ||
| unwindbuf.sym | ||