Re: Pthread Priorities

2008-09-29 Thread Corinna Vinschen
On Aug 31 23:16, Paul Carter wrote: > Hi, > > Does anyone know if setting explicit priorities is currently working > under cygwin/pthread? > > I am calling the following: > * pthread_attr_setschedparam() with a fixed priority between -14 and 5 > * pthread_attr_setschedpolicy with SCHED_FIFO param

Pthread Priorities

2008-08-31 Thread Paul Carter
Hi, Does anyone know if setting explicit priorities is currently working under cygwin/pthread? I am calling the following: * pthread_attr_setschedparam() with a fixed priority between -14 and 5 * pthread_attr_setschedpolicy with SCHED_FIFO parameter * pthread_attr_setinheritsched with PTHREAD_EXP