Ulrich Drepper
eb7721f232
* pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add LLL_SHARED
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.
2007-07-23 16:07:53 +00:00
..
2007-05-30 04:45:03 +00:00
2007-07-31 13:33:18 +00:00
2007-06-08 02:50:59 +00:00
2007-05-30 04:45:03 +00:00
2007-07-23 16:07:53 +00:00
2007-05-30 04:45:03 +00:00
2007-06-17 16:42:55 +00:00
2007-06-08 02:50:59 +00:00
2007-07-23 15:46:18 +00:00
2006-03-02 17:35:44 +00:00
2004-09-20 00:16:11 +00:00
2007-06-08 02:50:59 +00:00
2006-05-15 20:46:12 +00:00
2007-05-30 04:08:13 +00:00
2007-01-17 08:37:26 +00:00
2007-05-21 22:38:06 +00:00
2007-05-26 16:19:15 +00:00
2007-05-29 16:15:48 +00:00
2007-06-08 02:50:59 +00:00
2007-06-08 02:50:59 +00:00
2006-02-15 17:20:33 +00:00
2007-05-27 18:06:18 +00:00
2007-05-26 01:31:40 +00:00
2005-12-15 21:13:14 +00:00
2006-05-11 17:52:42 +00:00
2005-04-27 16:51:52 +00:00
2006-12-22 20:26:56 +00:00
2006-02-15 17:20:33 +00:00
2007-05-10 23:38:55 +00:00
2006-07-29 04:42:09 +00:00
2005-12-21 22:54:00 +00:00
2007-06-20 03:19:13 +00:00
2007-06-08 02:50:59 +00:00
2007-06-08 02:50:59 +00:00
2007-06-08 02:50:59 +00:00
2006-02-28 07:11:04 +00:00
2006-08-02 16:45:53 +00:00
2007-05-26 01:31:40 +00:00
2007-04-28 04:03:38 +00:00
2006-04-27 18:17:50 +00:00
2007-06-08 02:50:59 +00:00