glibc/sysdeps/unix/sysv/linux/hppa/nptl
Carlos O'Donell b599860dc8 2007-07-28 Carlos O'Donell <carlos@systemhalted.org>
* sysdeps/unix/sysv/linux/hppa/nptl/internaltypes.h: Remove.
	* sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
	(pthread_rwlock_t): Split __flags into __pad2, __pad1, __shared,
	and __flags. Update comments. Update copyright.
	* sysdeps/hppa/nptl/tls.h: Define THREAD_GSCOPE_FLAG_UNUSED,
	THREAD_GSCOPE_FLAG_USED, THREAD_GSOPE_FLAG_WAIT,
	THREAD_GSCOPE_RSEET_FLAG, THREAD_GSCOPE_SET_FLAG, THREAD_GSCOPE_WAIT.
	Update copyright.
	* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Update copyright.
	(__lll_lock_wait): Call lll_futex_wait with LLL_SHARED.
	(__lll_timedlock_wait): Call lll_futex_timed_wait with LLL_SHARED.
	(lll_unlock_Wake_cb): Use lll_private_futex_wake.
	(___lll_timedwait_tid): Call lll_futex_timed_wait with LLL_SAHRED.
	* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define
	FUTEX_PRIVATE_FLAG, LLL_PRIVATE, LLL_SHARED, lll_private_futex_wait,
	lll_private_futex_timed_wait, lll_private_Futex_wake. Add private
	argument to lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
	lll_futex_wake_unlock.
	* sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Update copyright.
	(clear_once_control): Use lll_private_futex_wake.
	(__pthread_once): Use lll_private_futex_wait, and
	lll_private_futex_wake.

2007-07-28  Randolph Chung  <tausq@debian.org>

	* sysdeps/hppa/nptl/tls.h (DB_THREAD_SELF): Fix definition.
2007-07-28 21:26:44 +00:00
..
bits 2007-07-28 Carlos O'Donell <carlos@systemhalted.org> 2007-07-28 21:26:44 +00:00
clone.S 2006-09-15 Carlos O'Donell <carlos@systemhalted.org> 2006-09-16 00:46:19 +00:00
configure 2007-06-16 Jeff Bailey <jbailey@raspberryginger.com> 2007-06-16 15:38:21 +00:00
configure.in 2007-06-16 Jeff Bailey <jbailey@raspberryginger.com> 2007-06-16 15:38:21 +00:00
createthread.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
fork.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
libc-lowlevellock.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
lowlevellock.c 2007-07-28 Carlos O'Donell <carlos@systemhalted.org> 2007-07-28 21:26:44 +00:00
lowlevellock.h 2007-07-28 Carlos O'Donell <carlos@systemhalted.org> 2007-07-28 21:26:44 +00:00
pt-initfini.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
pt-vfork.S 2006-09-07 Carlos O'Donell <carlos@systemhalted.org> 2006-09-07 16:34:43 +00:00
pthread_once.c 2007-07-28 Carlos O'Donell <carlos@systemhalted.org> 2007-07-28 21:26:44 +00:00
sysdep-cancel.h 2006-11-10 Carlos O'Donell <carlos@systemhalted.org> 2006-11-11 14:33:27 +00:00
unwind-forcedunwind.c 2006-09-07 Carlos O'Donell <carlos@systemhalted.org> 2006-09-07 16:34:43 +00:00
unwind-resume.c 2006-09-07 Carlos O'Donell <carlos@systemhalted.org> 2006-09-07 16:34:43 +00:00