Home
last modified time | relevance | path

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

/external/ot-br-posix/tests/unit/
Dtest_task_runner.cpp260 otbr::TaskRunner::TaskId tid1, tid2, tid3, tid4, tid5; in TEST() local
266 tid5 = taskRunner.Post(std::chrono::milliseconds(50), [&]() { str.push_back('e'); }); in TEST()
272 CHECK(tid4 < tid5); in TEST()