| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | future | 59 class promise 62 promise(); 64 promise(allocator_arg_t, const Allocator& a); 65 promise(promise&& rhs) noexcept; 66 promise(const promise& rhs) = delete; 67 ~promise(); 70 promise& operator=(promise&& rhs) noexcept; 71 promise& operator=(const promise& rhs) = delete; 72 void swap(promise& other) noexcept; 89 class promise<R&> [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | future | 59 class promise 62 promise(); 64 promise(allocator_arg_t, const Allocator& a); 65 promise(promise&& rhs) noexcept; 66 promise(const promise& rhs) = delete; 67 ~promise(); 70 promise& operator=(promise&& rhs) noexcept; 71 promise& operator=(const promise& rhs) = delete; 72 void swap(promise& other) noexcept; 89 class promise<R&> [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryAccess.h | 90 std::promise<MSVCPError> ResultP; in writeUInt8s() 97 std::promise<MSVCPError> ResultP; in writeUInt16s() 105 std::promise<MSVCPError> ResultP; in writeUInt32s() 113 std::promise<MSVCPError> ResultP; in writeUInt64s() 121 std::promise<MSVCPError> ResultP; in writePointers() 129 std::promise<MSVCPError> ResultP; in writeBuffers() 137 std::promise<MSVCPExpected<ReadUIntsResult<uint8_t>>> P; in readUInt8s() 145 std::promise<MSVCPExpected<ReadUIntsResult<uint16_t>>> P; in readUInt16s() 153 std::promise<MSVCPExpected<ReadUIntsResult<uint32_t>>> P; in readUInt32s() 161 std::promise<MSVCPExpected<ReadUIntsResult<uint64_t>>> P; in readUInt64s() [all …]
|
| H A D | EPCGenericDylibManager.h | 56 std::promise<MSVCPExpected<std::vector<ExecutorSymbolDef>>> RP; in lookup() 65 std::promise<MSVCPExpected<std::vector<ExecutorSymbolDef>>> RP; in lookup()
|
| H A D | DylibManager.h | 54 std::promise<MSVCPExpected<std::vector<tpctypes::LookupResult>>> RP; in lookupSymbols()
|
| H A D | ExecutorProcessControl.h | 254 std::promise<shared::WrapperFunctionResult> RP; in callWrapper()
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | future.cpp | 141 promise<void>::promise() : __state_(new __assoc_sub_state) {} in promise() function in promise 143 promise<void>::~promise() { in ~promise() 153 future<void> promise<void>::get_future() { in get_future() 159 void promise<void>::set_value() { in set_value() 165 void promise<void>::set_exception(exception_ptr __p) { in set_exception() 171 void promise<void>::set_value_at_thread_exit() { in set_value_at_thread_exit() 177 void promise<void>::set_exception_at_thread_exit(exception_ptr __p) { in set_exception_at_thread_exit()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | future.inc | 36 // [futures.promise], class template promise 37 using std::promise;
|
| H A D | future.cppm | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 137 std::promise<MSVCPExpected<FinalizedAlloc>> FinalizeResultP; in finalize() 168 std::promise<MSVCPExpected<std::unique_ptr<InFlightAlloc>>> AllocResultP; in allocate() 192 std::promise<MSVCPError> DeallocResultP; in deallocate()
|
| /freebsd/sys/modules/ata/atapci/chipsets/atapromise/ |
| H A D | Makefile | 4 SRCS= ata-promise.c
|
| /freebsd/contrib/llvm-project/libcxx/include/__coroutine/ |
| H A D | noop_coroutine_handle.h | 48 _LIBCPP_HIDE_FROM_ABI noop_coroutine_promise& promise() const noexcept {
|
| H A D | coroutine_handle.h | 153 _LIBCPP_HIDE_FROM_ABI _Promise& promise() const {
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 230 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult() 268 std::promise<shared::WrapperFunctionResult> ResultP; in doJITDispatch()
|
| H A D | ExecutorSharedMemoryMapperService.cpp | 188 std::promise<MSVCPExpected<std::vector<shared::WrapperFunctionCall>>> P; in initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.cpp | 95 std::promise<MSVCPExpected<std::vector<shared::WrapperFunctionCall>>> P; in initialize() 165 std::promise<MSVCPError> P; in release() 198 std::promise<MSVCPError> P; in ~InProcessMemoryMapper()
|
| H A D | LookupAndRecordAddrs.cpp | 47 std::promise<MSVCPError> ResultP; in lookupAndRecordAddrs()
|
| H A D | EPCIndirectionUtils.cpp | 91 std::promise<MSVCPError> DeallocResultP; in deallocatePool() 412 std::promise<ExecutorAddr> LandingAddrP; in reentry()
|
| H A D | SelfExecutorProcessControl.cpp | 158 std::promise<shared::WrapperFunctionResult> ResultP; in jitDispatchViaWrapperFunctionManager()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Parallel.cpp | 130 std::promise<void> ThreadsCreated;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 178 DenseMap<uint64_t, std::promise<shared::WrapperFunctionResult> *>;
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 1219 promise = { variable 1252 if ( returned && jQuery.isFunction( returned.promise ) ) { 1253 returned.promise().then( newDefer.resolve, newDefer.reject, newDefer.notify ); 1262 }).promise(); 1266 promise: function( obj ) { method 1268 obj = promise; 1270 for ( var key in promise ) { 1271 obj[ key ] = promise[ key ]; 1277 deferred = promise.promise({}), 1309 deferred = length <= 1 && firstParam && jQuery.isFunction( firstParam.promise ) ? [all …]
|
| /freebsd/contrib/sqlite3/tea/ |
| H A D | README.txt | 69 promise that.
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | error-handling.md | 25 complicate the existing applications and break our API compatibility promise.
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SCT_new.pod | 79 They constitute a promise by a Certificate Transparency (CT) log to publicly
|