]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/tst-sem6.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 May 2003 05:36:37 +0000 (05:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 May 2003 05:36:37 +0000 (05:36 +0000)
commit949ec7640747878988b3f8019a7b7f98c10ab3ac
tree35994dc52f7f30189e655666a5de0f37cb1a23e4
parent880867a475b1016f892a1248a3fce693406bf1f1
Update.

* posix/sched.h: Change prototypes of sched_getaffinity and
sched_setaffinity.  Define CPU_SET, CPU_CLR, CPU_ISSET, and CPU_ZERO.
* sysdeps/generic/sched_getaffinity.c: Adjust definition.
* sysdeps/generic/sched_setaffinity.c: Likewise.
* sysdeps/generic/bits/sched.h: Define __CPU_SETSIZE, __NCPUBITS,
__CPUELT, __CPUMASK, cpu_set_t, __cpu_mask, __CPU_ZERO, __CPU_SET,
__CPU_CLR, and __CPU_ISSET.
* sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
* sysdeps/unix/sysv/linux/sched_getaffinity.c: New file.
* sysdeps/unix/sysv/linux/sched_setaffinity.c: New file.

* include/atomic.h (atomic_exchange_acq): Renamed from atomic_exchange.
(atomic_exchange_rel): New #define.
* sysdeps/ia64/bits/atomic.h: Likewise.
* sysdeps/i386/i486/bits/atomic.h (atomic_exchange_acq): Renamed from
atomic_exchange.
* sysdeps/m68k/m68020/bits/atomic.h: Likewise.
* sysdeps/powerpc/bits/atomic.h: Likewise.
* sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Likewise.
* sysdeps/sparc/sparc64/bits/atomic.h: Likewise.
* sysdeps/x86_64/bits/atomic.h: Likewise.
* csu/tst-atomic.c: Use atomic_exchange_acq instead of atomic_exchange.
28 files changed:
ChangeLog
bits/sched.h
csu/tst-atomic.c
include/atomic.h
nptl/ChangeLog
nptl/Makefile
nptl/Versions
nptl/sysdeps/pthread/pthread.h
nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/lowlevellock.c
nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c [new file with mode: 0644]
nptl/tst-sem6.c [new file with mode: 0644]
posix/sched.h
sysdeps/generic/bits/sched.h
sysdeps/generic/sched_getaffinity.c
sysdeps/generic/sched_setaffinity.c
sysdeps/i386/i486/bits/atomic.h
sysdeps/ia64/bits/atomic.h
sysdeps/m68k/m68020/bits/atomic.h
sysdeps/powerpc/bits/atomic.h
sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
sysdeps/sparc/sparc64/bits/atomic.h
sysdeps/unix/sysv/linux/bits/sched.h
sysdeps/unix/sysv/linux/sched_getaffinity.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sched_setaffinity.c [new file with mode: 0644]
sysdeps/x86_64/bits/atomic.h