Searched refs:tid5 (Results 1 – 1 of 1) sorted by relevance
260 otbr::TaskRunner::TaskId tid1, tid2, tid3, tid4, tid5; in TEST() local266 tid5 = taskRunner.Post(std::chrono::milliseconds(50), [&]() { str.push_back('e'); }); in TEST()272 CHECK(tid4 < tid5); in TEST()