Home
last modified time | relevance | path

Searched defs:schval (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dschedndk.cpp97 int schval = sched_getscheduler(getpid()); in SchedGetscheduler() local
101 int schval = sched_getscheduler(MINUSTEN); in SchedGetscheduler() local
130 int schval = sched_setparam(pid, nullptr); in SchedSetparam() local
152 int schval = sched_setscheduler(pid, sched, &param); in SchedSetscheduler() local
155 int schval = sched_setscheduler(pid, sched, nullptr); in SchedSetscheduler() local
169 int schval = sched_setaffinity(PARAM_0, sizeof(mask), &mask); SchedGetaffinity() local
180 int schval = sched_getcpu(); SchedGetcpu() local
195 int schval = sched_setaffinity(PARAM_0, sizeof(mask), &mask); SchedSetaffinity() local
[all...]

Completed in 2 milliseconds