Home
last modified time | relevance | path

Searched refs:sched_attr (Results 1 – 4 of 4) sorted by relevance

/test/dittosuite/example/
Dsched_policies.ditto7 sched_attr: {
25 sched_attr: {
40 sched_attr: {
/test/dittosuite/include/ditto/
Dmultithreading_utils.h71 MultithreadingParams(const std::string& name, const SchedAttr& sched_attr, in MultithreadingParams()
73 : name_(name), sched_attr_(sched_attr), sched_affinity_(sched_affinity) {} in MultithreadingParams()
/test/dittosuite/src/
Dinstruction_factory.cpp226 SchedAttr sched_attr(Syscall::GetSyscall()); in CreateFromProtoInstruction() local
228 sched_attr = thread.sched_attr(); in CreateFromProtoInstruction()
236 thread_params.push_back(MultithreadingParams(thread_name, sched_attr, sched_affinity)); in CreateFromProtoInstruction()
/test/dittosuite/schema/
Dbenchmark.proto171 optional SchedAttr sched_attr = 4; field