Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Reg - nw pthread: (2 Items)
   
Reg - nw pthread  
Hi,

I have used nw_pthread_create to create a thread.

is there any posibilty create a high priority thread using nw_pthread_create function.


Thanks and Regards
K.Senthil
Re: Reg - nw pthread  
On Mon, Aug 31, 2009 at 05:04:22AM -0400, Senthil K wrote:
> Hi,
> 
> I have used nw_pthread_create to create a thread.
> 
> is there any posibilty create a high priority thread using nw_pthread_create function.

You can set you priority from the created thread.
Check out sched_setparam().

-seanb