This is a discussion on Re: POSIX scheduling within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Wed, Feb 18, 2004 at 10:03:09PM +0100, Akos Maroy wrote: > Hi, > > I'm interested if there ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Wed, Feb 18, 2004 at 10:03:09PM +0100, Akos Maroy wrote: > Hi, > > I'm interested if there are any replacements in OpenBSD for the POSIX > scheduling functions: > > sched_getscheduler() > sched_get_priority_max() > sched_setscheduler() > sched_getparam() > > these are all declared in sched.h, but at linking it turns out that they > are not implemented. I'd like to achieve an effect similar to SCHED_FIFO > in POSIX (basically real-enough-time scheduling) > pthread_setschedparam(3)? you could try grepping the man pages... jmc PS this belongs on misc@, i think. -- Nae mair work, nae mair holidays. |