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

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
thread2.c 6 pthread_getschedparam and pthread_setschedparam. */
22 if (pthread_setschedparam (pthread_self (), SCHED_OTHER, &param) != 0
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
thread2.c 6 pthread_getschedparam and pthread_setschedparam. */
22 if (pthread_setschedparam (pthread_self (), SCHED_OTHER, &param) != 0
  /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
pthread.h 228 int pthread_setschedparam(pthread_t, int, const struct sched_param *);
Makefile 268 MLINKS+= pthread_schedparam.3 pthread_setschedparam.3
pthread.c 559 (void)pthread_setschedparam(newthread, p->ptap_policy,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 1397 int pthread_setschedparam(pthread_t, int, const scope sched_param*);
1416 int pthread_setschedparam(pthread_t, int, const scope sched_param*);
1434 int pthread_setschedparam(pthread_t, int, const scope sched_param*);
1452 int pthread_setschedparam(pthread_t, int, sched_param*);
1470 int pthread_setschedparam(pthread_t, int, sched_param*);
1488 int pthread_setschedparam(pthread_t, int, sched_param*);
1506 int pthread_setschedparam(pthread_t, int, sched_param*);
1523 int pthread_setschedparam(pthread_t, int, sched_param*);
1539 int pthread_setschedparam(pthread_t, int, const scope sched_param*);
1550 int pthread_setschedparam(pthread_t, int, const scope sched_param*)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 166 __gthrw(pthread_setschedparam)
432 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 153 __gthrw(pthread_setschedparam)
419 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /src/external/mit/libuv/dist/src/unix/
core.c 1758 r = pthread_setschedparam(tid, policy, &param);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
osthread.d 843 // the pthread_setschedprio(3c) and pthread_setschedparam functions
896 if (auto err = pthread_setschedparam(m_addr, policy, &param))

Completed in 46 milliseconds