Home
last modified time | relevance | path

Searched refs:sched_period (Results 1 – 3 of 3) sorted by relevance

/test/dittosuite/src/
Dsyscall.cpp151 << ", deadline: " << attr.sched_deadline << ", period: " << attr.sched_period; in to_string()
Dmultithreading_utils.cpp75 sched_attr_.sched_period = pb.deadline().period(); in operator =()
/test/dittosuite/include/ditto/
Dsyscall.h40 uint64_t sched_period; member