Searched refs:SchedAttr (Results 1 – 4 of 4) sorted by relevance
37 class SchedAttr {43 SchedAttr(SyscallInterface& syscall) : syscall_(syscall) {} in SchedAttr() function48 SchedAttr& operator=(const dittosuiteproto::SchedAttr& pb);68 SchedAttr sched_attr_;71 MultithreadingParams(const std::string& name, const SchedAttr& sched_attr, in MultithreadingParams()
22 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 =()
226 SchedAttr sched_attr(Syscall::GetSyscall()); in CreateFromProtoInstruction()
171 optional SchedAttr sched_attr = 4;175 message SchedAttr { message