glibc/nptl/sysdeps/unix/sysv/linux
Ulrich Drepper 2c0b891afe Update.
* sysdeps/unix/sysv/linux/smp.h: New file.
	* sysdeps/unix/sysv/linux/sh/smp.h: New file.
	* init.c: Define __is_smp.
	(__pthread_initialize_minimal_internal): Call is_smp_system to
	initialize __is_smp.
	* pthreadP.h: Declare __is_smp.
	Define MAX_ADAPTIVE_COUNT is necessary.
	* pthread_mutex_init.c: Add comment regarding __spins field.
	* pthread_mutex_lock.c: Implement adaptive mutex type.
	* pthread_mutex_timedlock.c: Likewise.
	* sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_mutex_t):
	Add __spins field.
	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Define
	lll_mutex_cond_trylock.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
	Define BUSY_WAIT_NOP.
	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.

	* tst-mutex5.c: Add support for testing adaptive mutexes.
	* tst-mutex7.c: Likewise.
	* tst-mutex5a.c: New file.
	* tst-mutex7a.c: New file.
	* Makefile (tests): Add tst-mutex5a and tst-mutex7a.
2004-03-24 06:36:06 +00:00
..
alpha Update. 2004-03-24 06:36:06 +00:00
bits Update. 2004-03-12 20:26:54 +00:00
i386 Update. 2004-03-24 06:36:06 +00:00
ia64 Update. 2004-03-24 06:36:06 +00:00
powerpc Update. 2004-03-24 06:36:06 +00:00
s390 Update. 2004-03-24 06:36:06 +00:00
sh Update. 2004-03-24 06:36:06 +00:00
sparc Update. 2004-03-24 06:36:06 +00:00
x86_64 Update. 2004-03-24 06:36:06 +00:00
Implies Initial revision 2002-11-26 22:50:54 +00:00
Makefile Update. 2004-01-03 08:56:19 +00:00
Versions Update. 2002-12-28 22:19:04 +00:00
allocrtsig.c Update. 2003-04-21 07:39:20 +00:00
configure Initial revision 2002-11-26 22:50:54 +00:00
createthread.c Update. 2003-03-10 06:32:42 +00:00
fork.c Update. 2003-12-20 23:39:42 +00:00
fork.h Update. 2003-06-14 09:00:28 +00:00
getpid.c Update. 2003-12-27 07:38:25 +00:00
internaltypes.h (struct pthread_attr): Add cpusetsize field, remove next. 2004-03-18 23:54:14 +00:00
jmp-unwind.c Update. 2003-03-15 09:51:22 +00:00
kernel-posix-timers.h Don't declare __timer_helper_thread. Declare __start_helper_thread, __helper_once, and __helper_tid. (struct timer): Remove th and bar field. 2003-03-28 06:22:13 +00:00
libc-lowlevellock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
libc_multiple_threads.c Update. 2003-03-13 01:51:12 +00:00
libc_pthread_init.c Update. 2003-05-09 03:17:42 +00:00
lowlevelbarrier.sym Update. 2003-03-11 05:26:32 +00:00
lowlevelcond.sym Update. 2003-05-26 02:47:39 +00:00
lowlevellock.c Update. 2003-09-22 21:30:25 +00:00
lowlevelrwlock.sym Update. 2003-03-10 21:03:03 +00:00
pt-fork.c Initial revision 2002-11-26 22:50:54 +00:00
pt-raise.c Update. 2003-12-20 23:39:42 +00:00
pthread_attr_getaffinity.c Update. 2004-03-19 00:14:42 +00:00
pthread_attr_setaffinity.c Update. 2004-03-19 00:14:42 +00:00
pthread_getaffinity.c (__pthread_getaffinity_new): Use INT_MAX instead of UINT_MAX. 2004-03-22 19:32:45 +00:00
pthread_kill.c Update. 2003-12-20 23:39:42 +00:00
pthread_mutex_cond_lock.c Update. 2004-03-24 06:36:06 +00:00
pthread_setaffinity.c * sysdeps/unix/sysv/linux/pthread_setaffinity.c 2004-03-20 07:39:03 +00:00
pthread_yield.c Initial revision 2002-11-26 22:50:54 +00:00
raise.c Update. 2004-03-10 05:25:48 +00:00
register-atfork.c Update. 2003-06-14 09:00:28 +00:00
sem_post.c Update. 2003-06-19 19:53:12 +00:00
sem_timedwait.c Update. 2003-06-08 05:28:14 +00:00
sem_trywait.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
sem_wait.c Update. 2003-12-11 09:39:06 +00:00
sigtimedwait.c Update. 2003-06-17 22:11:22 +00:00
sigwait.c Update. 2003-06-17 22:11:22 +00:00
sigwaitinfo.c Update. 2003-06-17 22:11:22 +00:00
sleep.c Update. 2003-06-17 08:44:32 +00:00
smp.h Update. 2004-03-24 06:36:06 +00:00
timer_create.c 2004-03-17 Roland McGrath <roland@redhat.com> 2004-03-18 07:47:54 +00:00
timer_delete.c Update. 2003-06-18 19:34:34 +00:00
timer_getoverr.c Update. 2003-06-18 19:34:34 +00:00
timer_gettime.c Update. 2003-06-18 19:34:34 +00:00
timer_routines.c Update. 2003-04-21 07:39:20 +00:00
timer_settime.c Update. 2003-06-18 19:34:34 +00:00
unregister-atfork.c Update. 2003-12-11 09:39:06 +00:00
unwindbuf.sym Update. 2003-07-01 03:33:06 +00:00