Home
last modified time | relevance | path

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

/aosp_15_r20/test/dittosuite/include/ditto/
H A Dinstruction_factory.h35 static int GenerateThreadId();
/aosp_15_r20/test/dittosuite/src/
H A Dinstruction_factory.cpp216 thread_ids_copy.push_back(InstructionFactory::GenerateThreadId()); in CreateFromProtoInstruction()
359 int InstructionFactory::GenerateThreadId() { in GenerateThreadId() function in dittosuite::InstructionFactory
H A Dparser.cpp57 std::list<int> thread_ids({InstructionFactory::GenerateThreadId()}); in __Parse()