OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_sched_setparam
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libc/sys/
sched.c
55
return
_sched_setparam
(pid, P_ALL_LWPS, SCHED_NONE, &sp);
77
ret =
_sched_setparam
(pid, P_ALL_LWPS, policy, &sp);
Makefile.inc
189
_sched_setparam
.S _sched_getparam.S _sched_setaffinity.S \
/src/lib/libpthread/
pthread_misc.c
92
if (
_sched_setparam
(getpid(), thread->pt_lid, policy, &sp) < 0)
142
if (
_sched_setparam
(getpid(), thread->pt_lid, SCHED_NONE, &sp) < 0)
pthread_compat.c
162
_sched_setparam
(pid_t a, lwpid_t b, int c, const struct sched_param *d)
function in typeref:typename:int
/src/sys/sys/
sched.h
127
int
_sched_setparam
(pid_t, lwpid_t, int, const struct sched_param *);
/src/usr.sbin/schedctl/
schedctl.c
191
error =
_sched_setparam
(pid, lid, policy, sp);
193
err(EXIT_FAILURE, "
_sched_setparam
");
/src/tests/lib/libc/sys/
t_futex_ops.c
1471
RL(
_sched_setparam
(getpid(), d->threadid, policy, &sp));
1488
RL(
_sched_setparam
(getpid(), d->threadid, policy, &sp));
Completed in 15 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025