This is the mail archive of the libc-alpha@sourceware.org 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]

PP mutex and SCHED_OTHER


If a thread with SCHED_OTHER priority was going to take a PP mutex, it
always fails because __pthread_tpp_change_priority() tries to change
its priority without changing its sched policy.

Is this a spec, or design, or bug?

It is unclear for me if non-FIFO thread can take PP mutex or not.

---
Atsushi Nemoto


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