Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreadPool.cpp78 auto Future = PackagedTask.get_future(); in asyncImpl() local
89 return Future.share(); in asyncImpl()
125 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl() local
128 PackagedTaskTy PackagedTask([Future]() { Future.get(); }); in asyncImpl()
130 return Future; in asyncImpl()
/netbsd-src/sys/dev/isa/
H A DREADME.seagate5 The ST01/02, and Future Domain 950 are very simple SCSI controllers. They are
53 Future Domain), data and control port addresses, scsi id, busy flags for all
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DResources.rst9 * `GlobalISel: Past, Present, and Future by Quentin Colombet and Ahmed Bougacha @LLVMDevMeeting 201…
H A Dindex.rst71 Progress and Future Work
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_getdate.c740 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() argument
757 ltime = localtime_s(&tmbuf, &Future) ? NULL : &tmbuf; in DSTcorrect()
759 ltime = localtime_r(&Future, &tmbuf); in DSTcorrect()
761 ltime = localtime(&Future); in DSTcorrect()
764 return (Future - Start) + (StartDay - FutureDay) * HOUR; in DSTcorrect()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def16 TIL_OPCODE_DEF(Future)
H A DThreadSafetyTIL.h435 class Future : public SExpr {
443 Future() : SExpr(COP_Future) {} in Future() function
444 virtual ~Future() = delete;
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dkml5 # Future development of this format has been handed
H A Damigaos28 0 string FC14 Future Composer 1.4 Module sound file
29 0 string SMOD Future Composer 1.3 Module sound file
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get0_peer_scts.pod18 the peer's certificate for SCTs. Future calls will return the same SCTs.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get0_peer_scts.pod18 the peer's certificate for SCTs. Future calls will return the same SCTs.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A DTODO.rst86 Future milestones
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A DTODO.rst86 Future milestones
/netbsd-src/lib/libutil/
H A Dparsedate.y857 time_t Future
868 if (localtime_r(&Future, &tm) == NULL)
872 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dsignal.rst54 and is strongly discouraged. Future versions of libuv may simply reject them.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp51 SExpr* Future::force() { in force()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod105 Future calls to ossl_method_store_cache_get() will return the specified I<method>.
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dlog10.dat23 # more precisely Section 7.26 "Future library directions"
/netbsd-src/sys/ufs/lfs/
H A DTODO90 - Future fantasies:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPC.td377 // Future
388 // Note: Future features to add when support is extended to more
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt151 Potential Future Features:
/netbsd-src/sys/dev/mca/
H A Dmcadevs115 product 0x5F77 "Future Domain SCSI Adapter" [5]
132 product 0x6127 "Future Domain MCS-600/700 SCSI Host Adapter" [7]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst800 Near Future Work
823 Further Future Work
833 ``llvm/examples/SpeculativeJIT``). Future work on this is likely to focus on
/netbsd-src/crypto/external/cpl/trousers/dist/
H A Dconfigure.ac68 # Future crypto packages can go in their own subdir of trspi/crypto
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DRefactoringEngine.rst205 .. FIXME: Future selection requirements

12345678