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
..
2003-04-29 22:49:58 +00:00
2003-07-15 07:52:52 +00:00
2003-06-24 09:02:16 +00:00
2003-07-01 08:31:38 +00:00
2003-04-05 22:13:31 +00:00
2003-07-10 09:22:54 +00:00
2003-07-15 07:52:52 +00:00
2003-07-10 17:07:16 +00:00
2003-06-24 02:50:16 +00:00
2003-07-08 03:49:44 +00:00
2003-04-29 22:49:58 +00:00
2003-05-10 05:36:37 +00:00
2002-08-03 07:02:10 +00:00
2003-07-20 08:56:05 +00:00
2002-12-31 20:46:11 +00:00
2003-06-18 19:34:34 +00:00