/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
H A D | CMakeLists.txt | 7 add_llvm_utility(llvm-jitlink-executor 8 llvm-jitlink-executor.cpp 15 target_link_libraries(llvm-jitlink-executor PRIVATE network) 19 target_link_libraries(llvm-jitlink-executor PRIVATE socket) 22 export_executable_symbols(llvm-jitlink-executor)
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 1 // <experimental/executor> -*- C++ -*- 25 /** @file experimental/executor 144 /// Trait for determining whether to construct an object with an executor. 167 /// Helper to associate an executor with a type. 211 /// Helper to bind an executor to an object or function. 294 class executor; 297 operator==(const executor&, const executor&) noexcept; 300 operator==(const executor&, nullptr_t) noexcept; 303 operator==(nullptr_t, const executor&) noexcept; 306 operator!=(const executor&, const executor&) noexcept; [all …]
|
H A D | net | 37 #include <experimental/executor>
|
H A D | netfwd | 65 class executor;
|
H A D | io_context | 44 #include <experimental/executor> 77 /// An executor for an io_context. 89 // executor operations:
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 1 // <experimental/executor> -*- C++ -*- 25 /** @file experimental/executor 143 /// Trait for determining whether to construct an object with an executor. 166 /// Helper to associate an executor with a type. 210 /// Helper to bind an executor to an object or function. 293 class executor; 296 operator==(const executor&, const executor&) noexcept; 299 operator==(const executor&, nullptr_t) noexcept; 302 operator==(nullptr_t, const executor&) noexcept; 305 operator!=(const executor&, const executor&) noexcept; [all …]
|
H A D | net | 37 #include <experimental/executor>
|
H A D | netfwd | 65 class executor;
|
H A D | io_context | 44 #include <experimental/executor> 78 /// An executor for an io_context. 90 // executor operations:
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/shutdown/ |
H A D | tests_shutdown.py | 82 with ThreadPoolExecutor(n_workers + 1) as executor: 110 executor.submit( 117 futures[executor.submit(launch_rndc, "stop")] = "stop" 119 futures[executor.submit(named_proc.terminate)] = "kill" 123 futures[executor.submit(launch_rndc, "-t 5 status")] = "status"
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/stress/ |
H A D | tests_stress_update.py | 69 with concurrent.futures.ThreadPoolExecutor() as executor: 70 executor.submit(rndc_loop, test_state, "10.53.0.3") 75 updaters.append(executor.submit(update_zone, test_state, zone))
|
/netbsd-src/sys/modules/examples/executor/ |
H A D | Makefile | 7 KMOD= executor 8 SRCS= executor.c
|
H A D | executor.c | 44 MODULE(MODULE_CLASS_MISC, executor, NULL);
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
H A D | BUILD.gn | 1 executable("llvm-jitlink-executor") { 6 sources = [ "llvm-jitlink-executor.cpp" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | JITLink.rst | 35 into a target *executor* process. 48 calls JITLink's ``link`` function to link the graph into the executor process. 79 emitted to the executor process. It can be overridden to finalize state 200 in the executor process's virtual address space. 405 * ``getTargetTriple`` returns an `llvm::Triple` for the executor process. 407 * ``getPointerSize`` returns the size of a pointer (in bytes) in the executor 410 * ``getEndinaness`` returns the endianness of the executor process. 543 Calls the ``JITLinkMemoryManager`` to copy working memory to the executor 661 since the memory manager must know how to communicate with the executor, and 695 Should be overriden to return the address in the executor's address space of [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | CMakeLists.txt | 18 llvm-jitlink-executor
|
/netbsd-src/sys/modules/examples/ |
H A D | Makefile | 7 SUBDIR+= executor
|
H A D | README | 10 * executor - basic implementation of callout and RUN_ONCE 68 The readhappy_mpsafe, executor and sysctls modules first appeared in NetBSD
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
H A D | CMakeLists.txt | 2 add_subdirectory(llvm-jitlink-executor)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | config.py | 120 self.executor = self.get_lit_conf('executor') 168 self.executor, 509 sub.append(('%{exec}', '{} {} -- '.format(self.executor, ' '.join(exec_args))))
|
H A D | target_info.py | 22 self.executor = None
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/test/ |
H A D | BUILD.gn | 249 "//llvm/tools/llvm-jitlink/llvm-jitlink-executor",
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2020 | 2174 * include/experimental/executor (strand::_State): Fix thinko. 4214 * include/experimental/executor [!_GLIBCXX_HAS_GTHREADS]: 4234 * include/experimental/executor (system_context::a__tag): Make 4239 * include/experimental/executor (system_context::_M_run()): 5980 * include/experimental/executor (use_future_t::use_future_t()): Fix 6002 * include/experimental/executor: Likewise. 6284 * include/experimental/executor (service_already_exists): Make default 6328 * include/experimental/net/executor (system_context): Mark 6330 * testsuite/experimental/net/executor/1.cc: Add new 6955 * include/experimental/executor (executor::executor(Executor)): Call [all …]
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/ |
H A D | defs.mk | 52 …experimental/buffer experimental/chrono experimental/deque experimental/executor experimental/forw…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/riscv32/ |
H A D | defs.mk | 52 …experimental/buffer experimental/chrono experimental/deque experimental/executor experimental/forw…
|