glibc/nptl/sysdeps
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
..
alpha Update. 2003-07-08 03:42:49 +00:00
generic
i386 Update. 2003-06-22 23:55:27 +00:00
ia64 2003-07-03 Roland McGrath <roland@redhat.com> 2003-07-03 23:55:19 +00:00
powerpc Update. 2003-06-22 23:55:27 +00:00
pthread Update. 2003-07-20 08:56:05 +00:00
s390 Update. 2003-06-22 23:55:27 +00:00
sh Update. 2003-07-12 01:29:23 +00:00
unix/sysv/linux Update. 2003-07-20 08:56:05 +00:00
x86_64 Update. 2003-06-22 23:55:27 +00:00