Searched refs:_sched_setparam (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/lib/libc/sys/ |
H A D | sched.c | 55 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 D | Makefile.inc | 189 _sched_setparam.S _sched_getparam.S _sched_setaffinity.S \
|
/netbsd-src/lib/libpthread/ |
H A D | pthread_misc.c | 92 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 D | pthread_compat.c | 162 _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 D | sched.h | 127 int _sched_setparam(pid_t, lwpid_t, int, const struct sched_param *);
|
/netbsd-src/usr.sbin/schedctl/ |
H A D | schedctl.c | 191 error = _sched_setparam(pid, lid, policy, sp); in sched_set()
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_futex_ops.c | 1377 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 D | sanitizer_syscalls_netbsd.inc | 2393 PRE_SYSCALL(_sched_setparam) 2399 POST_SYSCALL(_sched_setparam)
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 2418 PRE_SYSCALL(_sched_setparam) 2424 POST_SYSCALL(_sched_setparam)
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 2418 PRE_SYSCALL(_sched_setparam) 2424 POST_SYSCALL(_sched_setparam)
|