Home
last modified time | relevance | path

Searched refs:promise (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture59 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 Dfuture59 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 DMemoryAccess.h90 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 DEPCGenericDylibManager.h56 std::promise<MSVCPExpected<std::vector<ExecutorSymbolDef>>> RP; in lookup()
65 std::promise<MSVCPExpected<std::vector<ExecutorSymbolDef>>> RP; in lookup()
H A DDylibManager.h54 std::promise<MSVCPExpected<std::vector<tpctypes::LookupResult>>> RP; in lookupSymbols()
H A DExecutorProcessControl.h254 std::promise<shared::WrapperFunctionResult> RP; in callWrapper()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp141 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 Dfuture.inc36 // [futures.promise], class template promise
37 using std::promise;
H A Dfuture.cppm
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h137 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 DMakefile4 SRCS= ata-promise.c
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/
H A Dnoop_coroutine_handle.h48 _LIBCPP_HIDE_FROM_ABI noop_coroutine_promise& promise() const noexcept {
H A Dcoroutine_handle.h153 _LIBCPP_HIDE_FROM_ABI _Promise& promise() const {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp230 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult()
268 std::promise<shared::WrapperFunctionResult> ResultP; in doJITDispatch()
H A DExecutorSharedMemoryMapperService.cpp188 std::promise<MSVCPExpected<std::vector<shared::WrapperFunctionCall>>> P; in initialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp95 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 DLookupAndRecordAddrs.cpp47 std::promise<MSVCPError> ResultP; in lookupAndRecordAddrs()
H A DEPCIndirectionUtils.cpp91 std::promise<MSVCPError> DeallocResultP; in deallocatePool()
412 std::promise<ExecutorAddr> LandingAddrP; in reentry()
H A DSelfExecutorProcessControl.cpp158 std::promise<shared::WrapperFunctionResult> ResultP; in jitDispatchViaWrapperFunctionManager()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp130 std::promise<void> ThreadsCreated;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h178 DenseMap<uint64_t, std::promise<shared::WrapperFunctionResult> *>;
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js1219 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 DREADME.txt69 promise that.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Derror-handling.md25 complicate the existing applications and break our API compatibility promise.
/freebsd/crypto/openssl/doc/man3/
H A DSCT_new.pod79 They constitute a promise by a Certificate Transparency (CT) log to publicly

12