Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h71 auto ResultF = ResultP.get_future(); in writeUInt8s()
78 auto ResultF = ResultP.get_future(); in writeUInt16s()
85 auto ResultF = ResultP.get_future(); in writeUInt32s()
92 auto ResultF = ResultP.get_future(); in writeUInt64s()
99 auto ResultF = ResultP.get_future(); in writeBuffers()
H A DOrcRPCExecutorProcessControl.h388 auto F = P.get_future(); in closeConnectionAndWait()
H A DIndirectionUtils.h118 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
H A DCore.h1480 auto RF = RP.get_future(); in callWrapper()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h84 auto FinalizeResultF = FinalizeResultP.get_future(); in finalize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTaskQueue.h88 std::future<ResultTy> F = T.P->get_future(); in async()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp86 auto Future = PackagedTask.get_future(); in asyncImpl()
H A DParallel.cpp69 ThreadsCreated.get_future().wait(); in stop()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfuture74 future<R> get_future();
104 future<R&> get_future();
132 future<void> get_future();
346 future<R> get_future();
1306 future<_Rp> get_future();
1353 promise<_Rp>::get_future()
1451 future<_Rp&> get_future();
1496 promise<_Rp&>::get_future()
1577 future<void> get_future();
1939 future<result_type> get_future() {return __p_.get_future();}
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp219 promise<void>::get_future() in get_future() function in promise
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp169 auto ResultF = ResultP.get_future(); in jitDispatchViaWrapperFunctionManager()
H A DEPCIndirectionUtils.cpp407 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
H A DDebugObjectManagerPlugin.cpp447 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
H A DCore.cpp1944 auto ResultF = ResultP.get_future(); in lookupFlags()
2015 auto ResultFuture = PromisedResult.get_future(); in lookup()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp820 auto ResultF = ResultP->get_future(); in linkAndVerify()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1171 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h1404 auto FutureResult = Promise.get_future(); in appendCallNB()