Home
last modified time | relevance | path

Searched refs:Future (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h114 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl() local
115 asyncEnqueue([Future]() { Future.wait(); }, Group); in asyncImpl()
116 return Future; in asyncImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFuture.td1 //===-- PPCInstrFuture.td - Future Instruction Set --------*- tablegen -*-===//
10 // This file describes the instructions introduced for the Future CPU.
H A DPPC.td277 "Enable instructions for Future ISA.",
482 // Future
494 // Note: Future features to add when support is extended to more
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def16 TIL_OPCODE_DEF(Future)
H A DThreadSafetyTIL.h436 class Future : public SExpr {
444 Future() : SExpr(COP_Future) {} in Future() function
445 virtual ~Future() = delete;
474 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c738 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() argument
755 ltime = localtime_s(&tmbuf, &Future) ? NULL : &tmbuf; in DSTcorrect()
757 ltime = localtime_r(&Future, &tmbuf); in DSTcorrect()
759 ltime = localtime(&Future); in DSTcorrect()
762 return (Future - Start) + (StartDay - FutureDay) * HOUR; in DSTcorrect()
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-omap.txt25 Future plan is to migrate hwmod data base contents into device tree
/freebsd/contrib/file/magic/Magdir/
H A Dkml5 # Future development of this format has been handed
H A Damigaos29 0 string FC14 Future Composer 1.4 Module sound file
30 0 string SMOD Future Composer 1.3 Module sound file
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-introduction.pod48 Future versions of OpenSSL will offer support for 0-RTT connection initiation,
56 Future versions of OpenSSL will offer support for connection migration, allowing
61 Future versions of OpenSSL will offer support for the QUIC datagram extension,
69 update to be deployed. Future evolutions and enhancements to the QUIC protocol
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get0_peer_scts.pod18 the peer's certificate for SCTs. Future calls will return the same SCTs.
H A DSSL_get_stream_read_state.pod64 application has concluded the stream using L<SSL_stream_conclude(3)>. Future
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y612 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() argument
618 FutureDay = (localtime(&Future)->tm_hour + 1) % 24; in DSTcorrect()
619 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; in DSTcorrect()
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y610 DSTcorrect(time_t Start, time_t Future, int *error) in DSTcorrect() argument
622 tm = localtime(&Future); in DSTcorrect()
629 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; in DSTcorrect()
/freebsd/usr.bin/find/
H A Dgetdate.y609 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() argument
615 FutureDay = (localtime(&Future)->tm_hour + 1) % 24; in DSTcorrect()
616 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; in DSTcorrect()
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dc_can.txt34 Future plan is to migrate hwmod data base contents into device tree
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp50 SExpr* Future::force() { in force()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcpsw.txt65 Future plan is to migrate hwmod data base contents into device tree
/freebsd/sys/net80211/
H A DDEBUG.md91 ## Future work
/freebsd/crypto/openssl/doc/designs/
H A Dhandling-some-max-defines.md1 Handling Some MAX Defines in Future
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod105 Future calls to ossl_method_store_cache_get() will return the specified I<method>.
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md26 Future work will add additional functionality and will likely include:
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-server-api.md305 ### Future Compatibility: TLS over TCP Support
340 ### Future Compatibility: DTLS over UDP Support
362 ### Roles and Domains: Concepts and Future Evolution
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt87 Future plans
/freebsd/usr.sbin/ppp/
H A DREADME.nat33 4. Future Work
246 4. Future Work

123