Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp1256 std::promise<void> WaitP; in TEST_F() local
1259 std::thread([T = std::move(T), WaitF = WaitP.get_future()]() mutable { in TEST_F()
1263 WaitP.set_value(); in TEST_F()