glibc/nptl/sysdeps/pthread
Ulrich Drepper 14ffbc8350 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.
2004-02-27 08:09:35 +00:00
..
bits Update. 2003-12-11 04:52:17 +00:00
allocalim.h
configure Remove broken declaration. 2003-12-03 06:50:01 +00:00
configure.in Remove broken declaration. 2003-12-03 06:50:01 +00:00
createthread.c Update. 2004-02-27 08:09:35 +00:00
flockfile.c
ftrylockfile.c
funlockfile.c
librt-cancellation.c Update. 2003-12-20 06:34:59 +00:00
list.h
Makefile Update. 2003-07-22 23:56:53 +00:00
malloc-machine.h Update 2003-10-01 06:27:22 +00:00
posix-timer.h Bump to 0.46. 2003-06-14 16:47:07 +00:00
pt-initfini.c
pt-longjmp.c Update. 2004-02-14 07:30:42 +00:00
pthread_barrier_wait.c Update. 2004-02-20 20:21:20 +00:00
pthread_cond_broadcast.c Update. 2003-11-21 10:00:11 +00:00
pthread_cond_signal.c Update. 2003-09-22 05:45:50 +00:00
pthread_cond_timedwait.c Update. 2004-02-19 00:55:28 +00:00
pthread_cond_wait.c Update. 2004-02-14 07:33:05 +00:00
pthread_getcpuclockid.c Update. 2003-06-25 00:00:50 +00:00
pthread_once.c
pthread_rwlock_rdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedrdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedwrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_unlock.c
pthread_rwlock_wrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_sigmask.c
pthread_spin_destroy.c
pthread_spin_init.c
pthread_spin_unlock.c
pthread-functions.h Update. 2003-09-02 00:49:47 +00:00
pthread.h Update. 2003-09-17 19:15:35 +00:00
rt-unwind-resume.c Update. 2003-07-22 23:56:53 +00:00
sigaction.c
sigfillset.c
sigprocmask.c
Subdirs
tcb-offsets.h
timer_create.c * rt/tst-timer2.c: New file. 2003-07-29 09:32:03 +00:00
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_routines.c * rt/tst-timer2.c: New file. 2003-07-29 09:32:03 +00:00
timer_settime.c
tst-timer.c Update. 2003-11-04 23:43:40 +00:00
unwind-forcedunwind.c Update. 2003-09-04 05:57:06 +00:00
unwind-resume.c Update. 2003-07-22 23:56:53 +00:00