Searched defs:FakeLogArgs (Results 1 – 1 of 1) sorted by relevance
53 struct FakeLogArgs { struct54 int pid;55 int tid;56 int &taskRunning;57 int prio;58 int lineno;59 bool &switchInFakeLog;60 bool &switchOutFakeLog;61 std::string &log;62 std::string &tname;[all …]