Home
last modified time | relevance | path

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

12345678910>>...26

/openbsd/src/sys/dev/ic/
Dstireg.h236 void *future; member
238 void *future; member
239 } future; member
279 void *future; member
286 void *future; member
297 void *future; member
307 void *future; member
312 void *future; member
317 void *future; member
326 void *future; member
[all …]
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DFifoFiles.cpp57 std::future<void> *future = in ReadJSON() local
58 new std::future<void>(std::async(std::launch::async, [&]() { in ReadJSON()
65 if (future->wait_for(timeout) == std::future_status::timeout || !line) in ReadJSON()
76 delete future; in ReadJSON()
83 std::future<void> *future = in SendJSON() local
84 new std::future<void>(std::async(std::launch::async, [&]() { in SendJSON()
89 if (future->wait_for(timeout) == std::future_status::timeout || !done) { in SendJSON()
101 delete future; in SendJSON()
/openbsd/src/gnu/llvm/libcxx/include/
Dfuture14 future synopsis
74 future<R> get_future();
104 future<R&> get_future();
132 future<void> get_future();
149 class future
152 future() noexcept;
153 future(future&&) noexcept;
154 future(const future& rhs) = delete;
155 ~future();
156 future& operator=(const future& rhs) = delete;
[all …]
/openbsd/src/gnu/usr.bin/perl/t/lib/feature/
Dswitch9 Unquoted string "given" may clash with future reserved word at - line 3.
16 Unquoted string "when" may clash with future reserved word at - line 3.
23 Unquoted string "default" may clash with future reserved word at - line 3.
30 Unquoted string "break" may clash with future reserved word at - line 3.
69 Unquoted string "given" may clash with future reserved word at - line 6.
80 Unquoted string "when" may clash with future reserved word at - line 6.
91 Unquoted string "default" may clash with future reserved word at - line 6.
102 Unquoted string "break" may clash with future reserved word at - line 6.
112 Unquoted string "when" may clash with future reserved word at - line 6.
123 Unquoted string "when" may clash with future reserved word at - line 6.
Dsay9 Unquoted string "say" may clash with future reserved word at - line 3.
33 Unquoted string "say" may clash with future reserved word at - line 4.
45 Unquoted string "say" may clash with future reserved word at - line 6.
57 Unquoted string "say" may clash with future reserved word at - line 6.
/openbsd/src/gnu/llvm/libcxx/src/
Dfuture.cpp170 future<void>::future(__assoc_sub_state* __state) in future() function in future
176 future<void>::~future() in ~future()
183 future<void>::get() in get()
210 future<void>
215 return future<void>(__state_); in get_future()
/openbsd/src/gnu/llvm/llvm/utils/
Dupdate_any_test_checks.py83 future = executor.submit(run_utc_tool, utc_name, utc_tools[utc_name],
85 jobs.append((testname, future))
87 for testname, future in jobs:
88 return_code, stdout, stderr = future.result()
/openbsd/src/gnu/llvm/clang/include/clang/CodeGen/
DConstantInitFuture.h95 static inline void *getAsVoidPointer(T future) {
96 return future.getOpaqueValue();
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DTaskQueue.h81 std::future<std::invoke_result_t<Callable>> async(Callable &&C) { in async()
88 std::future<ResultTy> F = T.P->get_future(); in async()
DThreadPool.h120 static std::pair<std::function<void()>, std::future<ResTy>>
129 static std::pair<std::function<void()>, std::future<void>>
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dhp-symtab.h1109 unsigned long future[2] ; /* padding to 3-word block end */ member
1131 unsigned long future[2] ; /* padding to 3-word block end */ member
1149 unsigned long future ; /* padding to 3-word block end */ member
1164 unsigned long future ; /* padding to 3-word block end */ member
1211 long future[2] ; /* padding to 3-word block end */ member
1264 long future[2] ; /* padding to 3-word block end */ member
/openbsd/src/gnu/usr.bin/binutils/include/
Dhp-symtab.h1109 unsigned long future[2] ; /* padding to 3-word block end */ member
1131 unsigned long future[2] ; /* padding to 3-word block end */ member
1149 unsigned long future ; /* padding to 3-word block end */ member
1164 unsigned long future ; /* padding to 3-word block end */ member
1211 long future[2] ; /* padding to 3-word block end */ member
1264 long future[2] ; /* padding to 3-word block end */ member
/openbsd/src/regress/sbin/pfctl/
Dpf52.in1 # test setting all optimizations to avoid future keyword clashes
/openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/
DExperimentalFeatures.rst27 there added to a future version of the C++ Standard. When this happens, the TS
187 .. | 2.3 | class template ``future`` | | …
191 … | | | Only using ``future`` |
193 … | | | Only using ``future`` |
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/
DREADME2 included for future reference, and will be moved to the main corpus
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DSetTargetTriple.cmake5 message(WARNING "TARGET_TRIPLE is deprecated and will be removed in a future release. "
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
DAcme-Time-Baby.tml4 \#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
DITS-SIN-FIDS-Content-XML.tml5 \#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
/openbsd/src/gnu/gcc/gcc/config/
Dlibgcc-glibc.ver4 # maintain enough binary compatibility to allow future versions of glibc
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dlibgcc-glibc.ver4 # maintain enough binary compatibility to allow future versions of glibc
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/
DREADME3 in a future release.
/openbsd/src/gnu/gcc/gcc/config/sh/
Dlibgcc-glibc.ver4 # maintain enough binary compatibility to allow future versions of glibc
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dlibgcc-glibc.ver4 # maintain enough binary compatibility to allow future versions of glibc
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dlibgcc-x86_64-glibc.ver4 # maintain enough binary compatibility to allow future versions of glibc
/openbsd/src/gnu/gcc/gcc/config/i386/
Dlibgcc-x86_64-glibc.ver4 # maintain enough binary compatibility to allow future versions of glibc

12345678910>>...26