Thread: About pthread programming

  1. #1
    Registered User
    Join Date
    Jan 2014
    Posts
    1

    About pthread programming

    Hi ,
    I have a project about thread scheduling using pthreads . I need to know how can I proceeed ?
    - using the explicit scheduling (set_sched_param)
    or
    - is it possible to use my custom scheduling routine ?

    If there are any ressources , please let me know
    Thanks.

  2. #2
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    Quote Originally Posted by sfaxiano View Post
    I need to know how can I proceeed ?
    If it's your first time I would start with a pthreads tutorial and try the examples out.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 11-06-2013, 04:31 PM
  2. pthread programming question
    By freakmoister in forum C Programming
    Replies: 1
    Last Post: 05-23-2010, 07:53 PM
  3. Replies: 0
    Last Post: 10-03-2009, 05:25 PM
  4. pThread tutorial
    By frenchfry164 in forum Linux Programming
    Replies: 5
    Last Post: 06-19-2003, 04:56 PM
  5. Using pthread
    By mmondok in forum C Programming
    Replies: 3
    Last Post: 03-17-2003, 12:14 PM