Thread: thread priority in POSIX standard

  1. #1
    Registered User
    Join Date
    Apr 2006
    Posts
    36

    Exclamation thread priority in POSIX standard

    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

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268

  3. #3
    Registered User
    Join Date
    Apr 2006
    Posts
    36
    Thank you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thread Prog in C language (seg fault)
    By kumars in forum C Programming
    Replies: 22
    Last Post: 10-09-2008, 01:17 PM
  2. Messaging Between Threads, Exiting Thread On Demand, Etc.
    By HyperShadow in forum C++ Programming
    Replies: 10
    Last Post: 06-09-2007, 01:04 PM
  3. API Thread HEADACHE
    By WaterNut in forum Windows Programming
    Replies: 11
    Last Post: 01-16-2007, 10:10 AM
  4. C++ Threading?
    By draggy in forum C++ Programming
    Replies: 5
    Last Post: 08-16-2005, 12:16 PM
  5. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM