| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | TargetProcessControl.h | 59 auto ResultF = ResultP.get_future(); in writeUInt8s() 66 auto ResultF = ResultP.get_future(); in writeUInt16s() 73 auto ResultF = ResultP.get_future(); in writeUInt32s() 80 auto ResultF = ResultP.get_future(); in writeUInt64s() 87 auto ResultF = ResultP.get_future(); in writeBuffers()
|
| H A D | OrcRPCTargetProcessControl.h | 379 auto F = P.get_future(); in closeConnectionAndWait()
|
| H A D | IndirectionUtils.h | 118 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 84 auto FinalizeResultF = FinalizeResultP.get_future(); in finalize()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | future | 74 future<R> get_future(); 104 future<R&> get_future(); 132 future<void> get_future(); 346 future<R> get_future(); 1302 future<_Rp> get_future(); 1349 promise<_Rp>::get_future() 1447 future<_Rp&> get_future(); 1492 promise<_Rp&>::get_future() 1573 future<void> get_future(); 1935 future<result_type> get_future() {return __p_.get_future();} [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | TaskQueue.h | 88 std::future<ResultTy> F = T.P->get_future(); in async()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ThreadPool.cpp | 78 auto Future = PackagedTask.get_future(); in asyncImpl()
|
| H A D | Parallel.cpp | 69 ThreadsCreated.get_future().wait(); in stop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/ |
| H A D | LLJITWithTargetProcessControl.cpp | 106 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | future.cpp | 219 promise<void>::get_future() in get_future() function in promise
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
| H A D | executor | 1705 future<__result> get_future() { return _M_promise.get_future(); } 1725 : _M_future(__h.get_future()) 1957 auto get() { return _M_handler._M_provider.get_future(); } 1962 return_type get() { return _M_handler._M_promise.get_future(); } 1987 : _M_future(__h.get_future()) { }
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
| H A D | executor | 1739 future<__result> get_future() { return _M_promise.get_future(); } 1759 : _M_future(__h.get_future()) 1991 auto get() { return _M_handler._M_provider.get_future(); } 1996 return_type get() { return _M_handler._M_promise.get_future(); } 2020 : _M_future(__h.get_future()) { }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
| H A D | RemoteJITUtils.cpp | 94 auto F = P.get_future(); in disconnect()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | future | 739 // Construction of a future by promise::get_future() 1115 get_future() 1234 get_future() 1334 get_future() 1584 get_future()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | future | 750 // Construction of a future by promise::get_future() 1147 get_future() 1266 get_future() 1366 get_future() 1618 get_future()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | TPCIndirectionUtils.cpp | 407 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
|
| H A D | DebugObjectManagerPlugin.cpp | 447 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
|
| H A D | Core.cpp | 1895 auto ResultF = ResultP.get_future(); in lookupFlags() 1966 auto ResultFuture = PromisedResult.get_future(); in lookup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 819 auto ResultF = ResultP->get_future(); in linkAndVerify()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1171 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 771 auto F = P.get_future(); in disconnect()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | RPCUtils.h | 1404 auto FutureResult = Promise.get_future(); in appendCallNB()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2012 | 3387 * testsuite/30_threads/packaged_task/members/get_future.cc: Likewise. 3402 * testsuite/30_threads/promise/members/get_future.cc: Likewise. 3592 * testsuite/30_threads/packaged_task/members/get_future.cc: Likewise. 3607 * testsuite/30_threads/promise/members/get_future.cc: Likewise. 4408 * testsuite/30_threads/packaged_task/members/get_future.cc: Expect
|
| H A D | ChangeLog-2013 | 2997 * testsuite/30_threads/packaged_task/members/get_future.cc: 3014 * testsuite/30_threads/promise/members/get_future.cc: Likewise.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx2aStatusIssuesStatus.csv | 96 "`2412 <https://wg21.link/LWG2412>`__","``promise::set_value()``\ and ``promise::get_future()``\ …
|