glibc/nptl/sysdeps/pthread
Ulrich Drepper b22d701bb7 Update.
2003-04-04  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/pthread/createthread.c (create_thread): Add some more
	comments explaining when to set multiple_threads and when not.

	* pthreadP.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
	THREAD_ATOMIC_BIT_SET if not already defined.
	* sysdeps/i386/tls.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
	THREAD_ATOMIC_BIT_SET:
	* sysdeps/x86_64/tls.h: Likewise.
	* cleanup_defer.c (_pthread_cleanup_push_defer): Rewrite to use
	THREAD_ATOMIC_CMPXCHG_VAL.
	(_pthread_cleanup_pop_restore): Likewise.
	* cancellation.c (__pthread_enable_asynccancel): Likewise.
	(__pthread_enable_asynccancel_2): Likewise.
	(__pthread_disable_asynccancel): Likewise.
	* libc-cancellation.c (__libc_enable_asynccancel): Likewise.
	(__libc_disable_asynccancel): Likewise.
	* init.c (sigcancel_handler): Likewise.
	* pthread_setcancelstate.c (__pthread_setcancelstate): Likewise.
	* pthread_setcanceltype.c (__pthread_setcanceltype): Likewise.
2003-04-05 05:21:15 +00:00
..
bits
allocalim.h
configure
configure.in
createthread.c Update. 2003-04-05 05:21:15 +00:00
flockfile.c
ftrylockfile.c
funlockfile.c
list.h
Makefile
posix-timer.h Fix comment. 2003-03-31 18:43:29 +00:00
pt-initfini.c
pthread_barrier_wait.c
pthread_cond_broadcast.c (__pthread_cond_broadcast): Release lock before waking waiters. 2003-03-19 09:42:14 +00:00
pthread_cond_signal.c
pthread_cond_timedwait.c * Versions (libpthread: GLIBC_2.2): Remove 2003-03-19 03:34:48 +00:00
pthread_cond_wait.c Update. 2003-03-18 18:56:16 +00:00
pthread_getcpuclockid.c
pthread_once.c
pthread_rwlock_rdlock.c
pthread_rwlock_timedrdlock.c
pthread_rwlock_timedwrlock.c
pthread_rwlock_unlock.c
pthread_rwlock_wrlock.c
pthread_sigmask.c Update. 2003-03-25 20:41:26 +00:00
pthread_spin_destroy.c
pthread_spin_init.c
pthread_spin_unlock.c
pthread-functions.h
pthread.h Update. 2003-03-18 11:17:57 +00:00
sigaction.c Update. 2003-03-25 20:41:26 +00:00
Subdirs
tcb-offsets.h
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_routines.c Fix comment. 2003-03-31 18:43:29 +00:00
timer_settime.c
tst-timer.c Update. 2003-03-25 01:14:36 +00:00