glibc/nptl/sysdeps/pthread
Ulrich Drepper 80f536dbf2 Update.
2003-07-20  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (libpthread-routines): Add pthread_attr_getaffinity and
	pthread_attr_setaffinity.
	* Versions [libpthread] (GLIBC_2.3.3): Likewise.
	* sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: New file.
	* sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: New file.
	* pthread_attr_destroy.c: Free cpuset element if allocated.
	* pthread_create.c: Pass iattr as additional parameter to
	create_thread.
	* sysdeps/pthread/createthread.c: If attribute is provided and
	a new thread is created with affinity set or scheduling parameters,
	start thread with CLONE_STOPPED.
	* sysdeps/pthread/pthread.h: Declare pthread_attr_getaffinity and
	pthread_attr_setaffinity.
	* sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_attr): Add
	cpuset element.
2003-07-20 08:56:05 +00:00
..
bits Update. 2003-07-05 07:26:41 +00:00
allocalim.h Initial revision 2002-11-26 22:50:54 +00:00
configure Update. 2003-07-15 07:52:52 +00:00
configure.in Update. 2003-07-15 04:34:40 +00:00
createthread.c Update. 2003-07-20 08:56:05 +00:00
flockfile.c Update 2002-12-18 23:29:41 +00:00
ftrylockfile.c Update. 2002-12-16 22:17:11 +00:00
funlockfile.c Update. 2002-12-16 22:17:11 +00:00
librt-cancellation.c Update. 2003-07-03 07:37:59 +00:00
list.h Update. 2002-12-31 20:46:11 +00:00
Makefile Update. 2003-06-15 21:22:26 +00:00
posix-timer.h Bump to 0.46. 2003-06-14 16:47:07 +00:00
pt-initfini.c Update. 2002-12-31 09:36:52 +00:00
pthread_barrier_wait.c Update. 2003-02-05 09:54:24 +00:00
pthread_cond_broadcast.c Update. 2003-05-29 05:28:16 +00:00
pthread_cond_signal.c Update. 2003-05-26 02:47:39 +00:00
pthread_cond_timedwait.c Update. 2003-06-22 23:55:27 +00:00
pthread_cond_wait.c Update. 2003-06-22 23:55:27 +00:00
pthread_getcpuclockid.c Update. 2003-06-25 00:00:50 +00:00
pthread_once.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_rdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedrdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedwrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_unlock.c Update. 2003-02-27 10:32:38 +00:00
pthread_rwlock_wrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_sigmask.c Update. 2003-04-21 07:39:20 +00:00
pthread_spin_destroy.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_init.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread_spin_unlock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread-functions.h Update. 2003-04-12 00:58:26 +00:00
pthread.h Update. 2003-07-20 08:56:05 +00:00
sigaction.c Update. 2003-04-21 07:39:20 +00:00
sigfillset.c Update. 2003-04-21 07:48:10 +00:00
sigprocmask.c Update. 2003-04-21 07:39:20 +00:00
Subdirs Initial revision 2002-11-26 22:50:54 +00:00
tcb-offsets.h Update. 2002-12-28 22:19:04 +00:00
timer_create.c Update. 2003-05-31 07:50:12 +00:00
timer_delete.c Initial revision 2002-11-26 22:50:54 +00:00
timer_getoverr.c Initial revision 2002-11-26 22:50:54 +00:00
timer_gettime.c Initial revision 2002-11-26 22:50:54 +00:00
timer_routines.c Fix comment. 2003-03-31 18:43:29 +00:00
timer_settime.c Initial revision 2002-11-26 22:50:54 +00:00
tst-timer.c Update. 2003-03-25 01:14:36 +00:00