Home
last modified time | relevance | path

Searched defs:sched (Results 1 - 25 of 179) sorted by relevance

12345678

/third_party/node/test/parallel/
H A Dtest-http-client-pipe-end.js54 function sched(cb, ticks) { function
/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/
H A DMakefile
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/
H A DMakefile
/third_party/musl/porting/linux/user/src/sched/
H A Dsched_setscheduler.c5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
/third_party/musl/porting/liteos_a/user/src/sched/
H A Dsched_setscheduler.c6 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
/third_party/musl/src/sched/
H A Dsched_setscheduler.c8 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
/third_party/musl/libc-test/src/functionalext/sched/
H A Dsched_scheduler.c32 int sched; in sched_setscheduler_0010() local
H A Dsched_setparam.c36 int sched; in sched_setparam_0010() local
/kernel/linux/linux-5.10/tools/perf/scripts/perl/
H A Dwakeup-latency.pl28 sub sched::sched_switch subroutine
51 sub sched::sched_wakeup subroutine
/kernel/linux/linux-6.6/tools/perf/scripts/perl/
H A Dwakeup-latency.pl28 sub sched::sched_switch subroutine
51 sub sched::sched_wakeup subroutine
/kernel/linux/linux-5.10/drivers/slimbus/
H A Dsched.c29 struct slim_sched *sched = &ctrl->sched; in slim_ctrl_clk_pause() local
[all...]
/kernel/linux/linux-6.6/drivers/slimbus/
H A Dsched.c29 struct slim_sched *sched = &ctrl->sched; in slim_ctrl_clk_pause() local
[all...]
/third_party/musl/libc-test/src/functional/
H A Dsched_setscheduler.c13 int sched; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setdetachstate.c32 struct sched_param sched = {0, 1}; in pthread_attr_setdetachstate_0100() local
H A Dpthread_setschedparam.c42 struct sched_param sched; in pthread_setschedparam_0100() local
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_task.c132 void rxe_run_task(struct rxe_task *task, int sched) in rxe_run_task() argument
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_116.c49 UINT32 sched = SCHED_RR; in PthreadF01() local
95 UINT32 sched = SCHED_RR; in Testcase() local
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_116.cpp42 INT32 sched = SCHED_RR; in pthread_f01() local
88 INT32 sched = SCHED_RR; in Testcase() local
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_task.cpp46 struct sched_param sched = {static_cast<int>(priority)}; in CreateThread() local
/third_party/rust/crates/rustix/src/process/
H A Dmod.rs26 mod sched; modules
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dthread.cpp83 struct sched_param sched = {static_cast<int>(priority_)}; in CreateThread() local
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dthread.cpp74 struct sched_param sched = {static_cast<int>(priority_)}; in CreateThread() local
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_sched.c81 struct ip_vs_scheduler *sched; in ip_vs_sched_getbyname() local
60 ip_vs_unbind_scheduler(struct ip_vs_service *svc, struct ip_vs_scheduler *sched) ip_vs_unbind_scheduler() argument
115 struct ip_vs_scheduler *sched; ip_vs_scheduler_get() local
145 struct ip_vs_scheduler *sched = rcu_dereference(svc->scheduler); ip_vs_scheduler_err() local
169 struct ip_vs_scheduler *sched; register_ip_vs_scheduler() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_sched.c81 struct ip_vs_scheduler *sched; in ip_vs_sched_getbyname() local
60 ip_vs_unbind_scheduler(struct ip_vs_service *svc, struct ip_vs_scheduler *sched) ip_vs_unbind_scheduler() argument
115 struct ip_vs_scheduler *sched; ip_vs_scheduler_get() local
145 struct ip_vs_scheduler *sched = rcu_dereference(svc->scheduler); ip_vs_scheduler_err() local
169 struct ip_vs_scheduler *sched; register_ip_vs_scheduler() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dthread_adapter.c74 struct sched_param sched = {attr->priority}; in THREAD_Create() local
76 struct sched_param sched = {PRI_BUTT - attr->priority}; in THREAD_Create() local

Completed in 6 milliseconds

12345678