HomeSort by: relevance | last modified time | path
    Searched refs:pthread_setschedparam (Results 1 - 6 of 6) sorted by relevancy

  /src/regress/sys/kern/latency1/
latency1.c 116 if (pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp)) {
117 errx(1, "pthread_setschedparam");
120 if (pthread_setschedparam(pt, SCHED_FIFO, &sp)) {
121 errx(1, "pthread_setschedparam");
  /src/regress/sys/kern/latency2/
latency2.c 130 if (pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp)) {
131 errx(1, "pthread_setschedparam");
134 if (pthread_setschedparam(pt, SCHED_FIFO, &sp)) {
135 errx(1, "pthread_setschedparam");
  /src/lib/libpthread/
pthread_misc.c 80 pthread_setschedparam(pthread_t thread, int policy, function in typeref:typename:int
pthread.h 226 int pthread_setschedparam(pthread_t, int, const struct sched_param *);
Makefile 252 MLINKS+= pthread_schedparam.3 pthread_setschedparam.3
pthread.c 563 (void)pthread_setschedparam(newthread, p->ptap_policy,

Completed in 14 milliseconds