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

  /src/lib/libc/sys/
sched.c 62 return _sched_getparam(pid, P_ALL_LWPS, NULL, param);
71 ret = _sched_getparam(pid, P_ALL_LWPS, &old_policy, &sp);
90 ret = _sched_getparam(pid, P_ALL_LWPS, &policy, &sp);
Makefile.inc 189 _sched_setparam.S _sched_getparam.S _sched_setaffinity.S \
  /src/lib/libpthread/
pthread_misc.c 73 if (_sched_getparam(getpid(), thread->pt_lid, policy, param) < 0)
pthread_compat.c 169 _sched_getparam(pid_t a, lwpid_t b, int *c, struct sched_param *d) function in typeref:typename:int
  /src/sys/sys/
sched.h 126 int _sched_getparam(pid_t, lwpid_t, int *, struct sched_param *);
  /src/usr.sbin/schedctl/
schedctl.c 215 error = _sched_getparam(pid, lid, &policy, &sp);
217 err(EXIT_FAILURE, "_sched_getparam");
  /src/tests/lib/libc/sys/
t_futex_ops.c 1468 RL(_sched_getparam(getpid(), d->threadid, &policy, &sp));
1485 RL(_sched_getparam(getpid(), d->threadid, &policy, &sp));

Completed in 15 milliseconds