This is the mail archive of the glibc-bugs@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]

[Bug nptl/3482] pthread_cond_signal does not respect thread priority


------- Additional Comments From loic-dev at gmx dot net  2006-11-08 09:41 -------
Created an attachment (id=1407)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1407&action=view)
test case for the problem mentioned

output: 
Thread with Prio 1 is waiting on CV
Thread with Prio 2 is waiting on CV
Thread with prio 1 has been signaled
Thread with Prio 1 is waiting on CV
Thread with prio 2 has been signaled
Thread with Prio 2 is waiting on CV
Thread with prio 1 has been signaled
Thread with Prio 1 is waiting on CV
Thread with prio 2 has been signaled
Thread with Prio 2 is waiting on CV


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3482

------- 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]