08/31/2009 7:54 AM
post36941
|
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
|
|
|