From 80f536dbf20510cbabdb042c30baa453d0b069c1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 20 Jul 2003 08:56:05 +0000 Subject: Update. 2003-07-20 Ulrich Drepper * 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. --- nptl/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index 0f98663..8eb863d 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -220,6 +220,7 @@ libpthread { # New affinity interfaces. pthread_getaffinity_np; pthread_setaffinity_np; + pthread_attr_getaffinity_np; pthread_attr_setaffinity_np; } GLIBC_PRIVATE { -- cgit v1.1