Home
last modified time | relevance | path

Searched refs:_sched_setparam (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/lib/libc/sys/
H A Dsched.c55 return _sched_setparam(pid, P_ALL_LWPS, SCHED_NONE, &sp); in sched_setparam()
77 ret = _sched_setparam(pid, P_ALL_LWPS, policy, &sp); in sched_setscheduler()
H A DMakefile.inc189 _sched_setparam.S _sched_getparam.S _sched_setaffinity.S \
/netbsd-src/lib/libpthread/
H A Dpthread_misc.c92 if (_sched_setparam(getpid(), thread->pt_lid, policy, &sp) < 0) in pthread_setschedparam()
142 if (_sched_setparam(getpid(), thread->pt_lid, SCHED_NONE, &sp) < 0) in pthread_setschedprio()
H A Dpthread_compat.c162 _sched_setparam(pid_t a, lwpid_t b, int c, const struct sched_param *d) in _sched_setparam() function
/netbsd-src/sys/sys/
H A Dsched.h127 int _sched_setparam(pid_t, lwpid_t, int, const struct sched_param *);
/netbsd-src/usr.sbin/schedctl/
H A Dschedctl.c191 error = _sched_setparam(pid, lid, policy, sp); in sched_set()
/netbsd-src/tests/lib/libc/sys/
H A Dt_futex_ops.c1377 ATF_REQUIRE(_sched_setparam(getpid(), d->threadid, policy, &sp) == 0); in do_test_wake_highest_pri()
1394 ATF_REQUIRE(_sched_setparam(getpid(), d->threadid, policy, &sp) == 0); in do_test_wake_highest_pri()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc2393 PRE_SYSCALL(_sched_setparam)
2399 POST_SYSCALL(_sched_setparam)
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc2418 PRE_SYSCALL(_sched_setparam)
2424 POST_SYSCALL(_sched_setparam)
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc2418 PRE_SYSCALL(_sched_setparam)
2424 POST_SYSCALL(_sched_setparam)