This is the mail archive of the glibc-cvs@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libc/linuxthreads manager.c


CVSROOT:	/glibc/cvsfiles
Module name:	libc
Changes by:	drepper@egcs.cygnus.com	99/05/17 10:09:35

Modified files:
	linuxthreads   : manager.c 

Log message:
	If pthread_create() is given a NULL attribute and the thread manager
	runs with a realtime policy, set the scheduling policy of the newly
	created thread back to SCHED_OTHER.
	If the PTHREAD_INHERIT_SCHED attribute is given, initialize the
	schedpolicy field of new_thread->p_start_args to that of the calling
	thread.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]