Hi!
How can I set the thread priorities in POSIX threads? I am using two threads with unrelated task. I want to set the priority of one thread higher than the other. How do I accomplish this?
Thanks n regards,
Arun
This is a discussion on thread priority in POSIX standard within the C Programming forums, part of the General Programming Boards category; Hi! How can I set the thread priorities in POSIX threads? I am using two threads with unrelated task. I ...
Hi!
How can I set the thread priorities in POSIX threads? I am using two threads with unrelated task. I want to set the priority of one thread higher than the other. How do I accomplish this?
Thanks n regards,
Arun
Thank you.