| /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
| RemoteJITUtils.h | 84 Error launch(ExecutionSession &ES);
|
| LLJITWithRemoteDebugging.cpp | 113 // File path of the executable to launch for execution in a child process. 153 // Launch a out-of-process executor locally in a child process. 160 ExitOnErr(Exec->launch(ES)); 183 // Launch/connect the out-of-process executor.
|
| RemoteJITUtils.cpp | 183 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { function in class:ChildProcessJITLinkExecutor 200 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { function in class:ChildProcessJITLinkExecutor 239 "Unable to launch out-of-process executor '" + ExecutablePath + "'\n",
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| buffer_queue_test.cc | 101 auto T0 = std::async(std::launch::async, F); 102 auto T1 = std::async(std::launch::async, F); 103 auto T2 = std::async(std::launch::async, [&] {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ThreadPool.cpp | 124 // Get a Future with launch::deferred execution using std::async 125 auto Future = std::async(std::launch::deferred, std::move(Task)).share();
|
| /src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| plugin-nvptx.c | 237 /* Target data function launch information. */ 272 const struct targ_fn_launch *launch; member in struct:targ_fn_descriptor 750 /* Initialize the launch dimensions. Typically this is constant, 756 if (targ_fn->launch->dim[i]) 757 dims[i] = targ_fn->launch->dim[i]; 903 launch the offloaded kernel. */ 908 = ("The Nvidia accelerator has insufficient resources to launch '%s'" 915 GOMP_PLUGIN_fatal (msg, targ_fn->launch->fn, dims[GOMP_DIM_WORKER], 920 launch the offloaded kernel. */ 924 = ("The Nvidia accelerator has insufficient barrier resources to launch" 1986 const struct targ_fn_launch *launch = tgt_fn_desc->launch; local [all...] |
| plugin-gcn.c | 272 /* A queue entry for a future asynchronous launch. */ 331 struct kernel_launch launch; member in union:queue_entry::__anon11909 1286 GCN_WARNING ("GOMP_OFFLOAD_run called with no launch attributes\n"); 2044 /* The kernel type is not known until something tries to launch it. */ 2093 launch attributes from KLA. 2122 GCN_DEBUG ("GCN launch on queue: %d:%d\n", kernel->agent->device_id, 2124 GCN_DEBUG ("GCN launch attribs: gdims:["); 2211 GCN_DEBUG ("GCN launch actuals: grid:[%u, %u, %u]," 2552 GCN_DEBUG ("Async thread %d:%d: Executing launch entry (%d)\n", 2554 run_kernel (entry->u.launch.kernel [all...] |
| /src/games/battlestar/ |
| command6.c | 47 launch(void) function 57 puts("launch."); 62 puts("Not enough fuel to launch."); 64 puts("Can't launch.");
|
| extern.h | 162 #define LAUNCH 1028 355 int launch(void);
|
| cypher.c | 532 case LAUNCH: 533 if (!launch())
|
| /src/sys/arch/sandpoint/stand/altboot/ |
| globals.h | 39 void (*launch)(struct brdprop *); member in struct:brdprop
|
| brdsetup.c | 49 void xxx ## launch(struct brdprop *); \ 384 if (brdprop->launch == NULL) 386 (*brdprop->launch)(brdprop);
|
| /src/external/bsd/zstd/dist/tests/cli-tests/ |
| run.py | 220 2. Launch the test case with :TestCase.launch():. 222 not wait for completion. So you could launch multiple test 228 :TestCase.run(): is also provided which combines the launch & analyze 253 def launch(self) -> None: member in class:TestCase 255 Launch the test case as a subprocess, but do not block on completion. 263 Must be called after :TestCase.launch():. Joins the test subprocess and 275 """Shorthand for combining both :TestCase.launch(): and :TestCase.analyze():.""" 276 self.launch() 301 """Launch the test subprocess, but do not join it."" [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/lli/ |
| lli.cpp | 157 cl::desc("Specify the filename of the process to launch " 718 WithColor::error(errs(), argv[0]) << "failed to launch remote JIT.\n";
|
| /src/external/gpl3/binutils/dist/ |
| ltmain.sh | 3709 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
|
| /src/external/gpl3/binutils.old/dist/ |
| ltmain.sh | 3709 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
|
| /src/external/gpl3/gcc.old/dist/ |
| ltmain.sh | 3709 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
|