Home
last modified time | relevance | path

Searched refs:future (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfuture154 future(future&&) noexcept;
155 future(const future& rhs) = delete;
158 future& operator=(future&&) noexcept;
181 future(future&&) noexcept;
182 future(const future& rhs) = delete;
185 future& operator=(future&&) noexcept;
208 future(future&&) noexcept;
209 future(const future& rhs) = delete;
212 future& operator=(future&&) noexcept;
968 future<_Rp>::~future() {
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp127 future<void>::future(__assoc_sub_state* __state) : __state_(__state) { __state_->__attach_future();… in future() function in future
129 future<void>::~future() { in ~future()
134 void future<void>::get() { in get()
153 future<void> promise<void>::get_future() { in get_future()
156 return future<void>(__state_); in get_future()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dfuture.inc33 // [futures.future.error], class future_error
43 // [futures.unique.future], class template future
44 using std::future;
46 // [futures.shared.future], class template shared_future
/freebsd-14.2/contrib/diff/
H A DAUTHORS85 Assigns wdiff and future changes submitted to the FSF.
94 Assigns past and future changes.
98 Assigns past and future changes to manual.
102 Assigns past and future works (work for hire by Tim Pierce (diffutils) and
107 Assigns web pages describing GNU Diffutils and future changes.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h95 static inline void *getAsVoidPointer(T future) {
96 return future.getOpaqueValue();
/freebsd-14.2/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha256-armv7.S134 ldr r2,[sp,#2*4] @ from future BODY_16_xx
136 ldr r1,[sp,#15*4] @ from future BODY_16_xx
192 ldr r2,[sp,#3*4] @ from future BODY_16_xx
194 ldr r1,[sp,#0*4] @ from future BODY_16_xx
250 ldr r2,[sp,#4*4] @ from future BODY_16_xx
252 ldr r1,[sp,#1*4] @ from future BODY_16_xx
310 ldr r1,[sp,#2*4] @ from future BODY_16_xx
368 ldr r1,[sp,#3*4] @ from future BODY_16_xx
426 ldr r1,[sp,#4*4] @ from future BODY_16_xx
484 ldr r1,[sp,#5*4] @ from future BODY_16_xx
[all …]
/freebsd-14.2/sys/crypto/openssl/arm/
H A Dsha256-armv4.S179 ldr r2,[sp,#2*4] @ from future BODY_16_xx
181 ldr r1,[sp,#15*4] @ from future BODY_16_xx
237 ldr r2,[sp,#3*4] @ from future BODY_16_xx
239 ldr r1,[sp,#0*4] @ from future BODY_16_xx
295 ldr r2,[sp,#4*4] @ from future BODY_16_xx
297 ldr r1,[sp,#1*4] @ from future BODY_16_xx
355 ldr r1,[sp,#2*4] @ from future BODY_16_xx
413 ldr r1,[sp,#3*4] @ from future BODY_16_xx
471 ldr r1,[sp,#4*4] @ from future BODY_16_xx
529 ldr r1,[sp,#5*4] @ from future BODY_16_xx
[all …]
/freebsd-14.2/contrib/ntp/adjtimed/
H A DREADME7 future HP-UX releases. Perhaps HP-UX will have a real adjtime(2)
8 system call in the future.
/freebsd-14.2/contrib/tzcode/
H A DNEWS131 Changes to future timestamps
200 Changes to future timestamps
305 Changes to future timestamps
323 Changes to future timestamps
421 Changes to future timestamps
511 Changes to future timestamps
602 Changes to future timestamps
625 Changes to future timestamps
676 Changes to future timestamps
782 Changes to future timestamps
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/zstd/
H A DREADME.md17 future. Thus we keep them private to ZSTD.
37 to add future compatibility checks and/or fixes. However, currently it is
/freebsd-14.2/contrib/tzdata/
H A DNEWS8 Changes to future timestamps
35 Changes to future timestamps
234 Changes to future timestamps
303 Changes to future timestamps
408 Changes to future timestamps
426 Changes to future timestamps
524 Changes to future timestamps
614 Changes to future timestamps
705 Changes to future timestamps
728 Changes to future timestamps
[all …]
/freebsd-14.2/crypto/openssl/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod97 issued in the future. RFC6962 states that "TLS clients MUST reject SCTs whose
98 timestamp is in the future". By default, this will be set to 5 minutes in the
99 future (e.g. (time() + 300) * 1000), to allow for clock drift.
H A DBIO_f_prefix.pod30 BIO_set_prefix() sets the prefix to be used for future lines of
35 BIO_set_indent() sets the indentation to be used for future lines of
H A DEVP_set_default_properties.pod7 - Set default properties for future algorithm fetches
20 future EVP algorithm fetches, implicit as well as explicit. See
H A DBIO_s_datagram.pod66 calls BIO_read(), any host on the network may cause future datagrams written to
125 modified by future calls to L<BIO_read(3)>, making use of BIO_s_datagram()
192 the receive timeout for the socket for the purposes of future L<BIO_read(3)>
199 network socket in peek mode, meaning that a future call to L<BIO_read(3)> will
/freebsd-14.2/tools/build/options/
H A DWITH_PROFILE3 This option is deprecated and may not be present in a future version of
H A DWITH_UNIFIED_OBJDIR8 This option is transitional and will be removed in a future version of
H A DWITHOUT_UNIFIED_OBJDIR11 This option is transitional and will be removed in a future version of
/freebsd-14.2/sbin/pfctl/tests/files/
H A Dpf0052.in1 # test setting all optimizations to avoid future keyword clashes
/freebsd-14.2/share/doc/papers/jail/
H A DMakefile5 EXTRA= implementation.ms mgt.ms future.ms jail01.eps
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h120 static std::pair<std::function<void()>, std::future<ResTy>>
129 static std::pair<std::function<void()>, std::future<void>>
/freebsd-14.2/crypto/openssl/doc/internal/man7/
H A Ddeprecation.pod52 future, but needs to remain available until that time.
68 In the future, when the deprecated declaration is to actually be removed
93 For a deprecated function that we plan to remove in the future, for example
/freebsd-14.2/contrib/ntp/
H A Dreadme.y2kfixes38 upgrades, and tests within legal future distributions as long as
62 including publishing in future Y2K related release notes,
64 persons... appropriate credit will be given in any future
/freebsd-14.2/sys/cddl/boot/zfs/
H A DREADME16 might complicate future imports from Illumos.
/freebsd-14.2/crypto/openssl/providers/implementations/encode_decode/
H A Dbuild.info16 # change in the future.

12345678910>>...17