| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | future | 154 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 D | future.cpp | 127 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 D | future.inc | 33 // [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 D | AUTHORS | 85 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 D | ConstantInitFuture.h | 95 static inline void *getAsVoidPointer(T future) { 96 return future.getOpaqueValue();
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/asm-arm/sha2/ |
| H A D | sha256-armv7.S | 134 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 D | sha256-armv4.S | 179 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 D | README | 7 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 D | NEWS | 131 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 D | README.md | 17 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 D | NEWS | 8 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 D | CT_POLICY_EVAL_CTX_new.pod | 97 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 D | BIO_f_prefix.pod | 30 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 D | EVP_set_default_properties.pod | 7 - Set default properties for future algorithm fetches 20 future EVP algorithm fetches, implicit as well as explicit. See
|
| H A D | BIO_s_datagram.pod | 66 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 D | WITH_PROFILE | 3 This option is deprecated and may not be present in a future version of
|
| H A D | WITH_UNIFIED_OBJDIR | 8 This option is transitional and will be removed in a future version of
|
| H A D | WITHOUT_UNIFIED_OBJDIR | 11 This option is transitional and will be removed in a future version of
|
| /freebsd-14.2/sbin/pfctl/tests/files/ |
| H A D | pf0052.in | 1 # test setting all optimizations to avoid future keyword clashes
|
| /freebsd-14.2/share/doc/papers/jail/ |
| H A D | Makefile | 5 EXTRA= implementation.ms mgt.ms future.ms jail01.eps
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 120 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 D | deprecation.pod | 52 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 D | readme.y2kfixes | 38 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 D | README | 16 might complicate future imports from Illumos.
|
| /freebsd-14.2/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | build.info | 16 # change in the future.
|