Home
last modified time | relevance | path

Searched defs:Future (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreadPool.cpp78 auto Future = PackagedTask.get_future(); in asyncImpl() local
125 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_getdate.c740 DSTcorrect(time_t Start, time_t Future) in DSTcorrect()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h443 Future() : SExpr(COP_Future) {} in Future() function