Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Feb 2004 08:09:35 +0000 (08:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Feb 2004 08:09:35 +0000 (08:09 +0000)
commit14ffbc8350791ff0f33ccc65af26ebaa1b520132
treed1fa245e05ff0de18632a76b51c2570bafd18890
parent261eada2ca65277dcc68565370cb2d321f402c21
Update.

* pthread_attr_setschedparam.c: Don't test priority against limits
here.  Set ATTR_FLAG_SCHED_SET flag.
* pthread_attr_setschedpolicy.c: Set ATTR_FLAG_POLICY_SET flag.
* pthread_create.c (__pthread_create_2_1): Copy scheduling attributes
from parent thread to child.  If attribute is used and scheduling
parameters are not inherited, copy parameters from attribute or
compute them.  Check priority value.
* pthread_getschedparam.c: If the parameters aren't known yet get
them from the kernel.
* pthread_setschedparam.c: Set ATTR_FLAG_SCHED_SET and
ATTR_FLAG_POLICY_SET flag for thread.
* sysdeps/unix/sysv/linux/internaltypes.h: Define ATTR_FLAG_SCHED_SET
and ATTR_FLAG_POLICY_SET.

* sysdeps/pthread/createthread.c: Use tgkill if possible.
nptl/ChangeLog
nptl/pthread_attr_setschedparam.c
nptl/pthread_attr_setschedpolicy.c
nptl/pthread_create.c
nptl/pthread_getschedparam.c
nptl/pthread_setschedparam.c
nptl/sysdeps/pthread/createthread.c
nptl/sysdeps/unix/sysv/linux/internaltypes.h