Home
last modified time | relevance | path

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

/test/dittosuite/include/ditto/
Dmultithreading_utils.h37 class SchedAttr {
43 SchedAttr(SyscallInterface& syscall) : syscall_(syscall) {} in SchedAttr() function
48 SchedAttr& operator=(const dittosuiteproto::SchedAttr& pb);
68 SchedAttr sched_attr_;
71 MultithreadingParams(const std::string& name, const SchedAttr& sched_attr, in MultithreadingParams()
/test/dittosuite/src/
Dmultithreading_utils.cpp22 bool SchedAttr::IsSet() const { return initialized_; } in IsSet()
24 void SchedAttr::Set() const { in Set()
38 SchedAttr& SchedAttr::operator=(const dittosuiteproto::SchedAttr& pb) { in operator =()
39 typedef dittosuiteproto::SchedAttr::AttributesCase SchedType; in operator =()
48 case dittosuiteproto::SchedAttr::SchedOther::OTHER: in operator =()
51 case dittosuiteproto::SchedAttr::SchedOther::BATCH: in operator =()
59 case dittosuiteproto::SchedAttr::SchedRt::FIFO: in operator =()
62 case dittosuiteproto::SchedAttr::SchedRt::RR: in operator =()
Dinstruction_factory.cpp226 SchedAttr sched_attr(Syscall::GetSyscall()); in CreateFromProtoInstruction()
/test/dittosuite/schema/
Dbenchmark.proto171 optional SchedAttr sched_attr = 4;
175 message SchedAttr { message