This is the mail archive of the glibc-bugs@sources.redhat.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]
Other format: [Raw text]

[Bug nptl/145] scheduling parameters not set during call to pthread_create


------- Additional Comments From jakub at redhat dot com  2004-06-15 08:23 -------
NPTL defaults to PTHREAD_INHERIT_SCHED, so if you want to use the explicit
scheduling parameters, you should also pthread_attr_setinheritsched (&attr,
PTHREAD_EXPLICIT_SCHED).

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=145

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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