Searched refs:sched (Results 1 - 13 of 13) sorted by relevance
/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_task.cpp | 46 struct sched_param sched = {static_cast<int>(priority)}; in CreateThread() local 47 pthread_attr_setschedparam(&attr, &sched); in CreateThread()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | semaphorendk.cpp | 22 #include <sched.h>
141 struct sched_param sched = {PARAM_0};
in SemPost() local 142 sched.sched_priority = PARAM_0;
in SemPost() 143 pthread_setschedparam(tid, SCHED_OTHER, &sched);
in SemPost()
|
H A D | schedndk.cpp | 21 #include <sched.h>
146 int sched = PARAM_0;
in SchedSetscheduler() local 148 sched = SCHED_FIFO;
in SchedSetscheduler() 152 int schval = sched_setscheduler(pid, sched, ¶m);
in SchedSetscheduler() 155 int schval = sched_setscheduler(pid, sched, nullptr);
in SchedSetscheduler() 306 .nm_modname = "sched",
|
H A D | pthreadndk1.cpp | 133 int sched;
in PThreadAttrGetInheritSched() local 136 int ret = pthread_attr_getinheritsched(&attr, &sched);
in PThreadAttrGetInheritSched() 138 ret |= sched != PTHREAD_EXPLICIT_SCHED;
in PThreadAttrGetInheritSched() 293 int sched;
in PThreadAttrSetInheritSched_One() local 296 pthread_attr_getinheritsched(&attr, &sched);
in PThreadAttrSetInheritSched_One() 298 ret |= sched != PTHREAD_EXPLICIT_SCHED;
in PThreadAttrSetInheritSched_One() 1371 sched_param sched;
in PThreadSetSchedParam() local 1372 sched.sched_priority = PARAM_0;
in PThreadSetSchedParam() 1376 int ret = pthread_setschedparam(threadId, SCHED_OTHER, &sched);
in PThreadSetSchedParam()
|
H A D | timendk1.cpp | 25 #include <sched.h>
|
H A D | timendk.cpp | 33 #include <sched.h>
|
H A D | otherstestndk.cpp | 37 #include <sched.h>
|
/test/xts/hats/kernel/syscalls/ns/setns/ |
H A D | SetnsApiTest.cpp | 23 #include <sched.h>
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | otherstestndk32.cpp | 37 #include <sched.h>
|
H A D | timendk32.cpp | 25 #include <sched.h>
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | uitest_ffi.cpp | 22 #include <sched.h>
|
/test/xts/acts/kernel_lite/mem_posix/src/ |
H A D | ActsMemApiTest.cpp | 21 #include <sched.h>
|
/test/xts/hats/kernel/syscalls/process/processid/ |
H A D | ProcessApiTest.cpp | 23 #include <sched.h>
|
Completed in 13 milliseconds