Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp100 auto EC = waitForResult(C1, ResOrErr->second, handleNone); in TEST_F()
129 auto EC = waitForResult(C1, ResOrErr->second, handleNone); in TEST_F()
177 auto EC = waitForResult(C1, ResOrErr->second, handleNone); in TEST_F()
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt325 val result: Result<Any?> = waitForResult() in <lambda>()
369 private fun waitForResult(): Result<Any?> { in <lambda>() method
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h461 if (auto Err = waitForResult(C, ResultAndSeqNo.second, HandleOther)) in callSTHandling()
575 Error waitForResult(ChannelT &C, SequenceNumberT TgtSeqNo,