| /freebsd-14.2/contrib/bc/tests/ |
| H A D | history.py | 250 child = pexpect.spawn(exe, args=args, env=env) 282 child = pexpect.spawn(exe, args=args, env=env) 319 child = pexpect.spawn(exe, args=args, env=env) 354 child = pexpect.spawn(exe, args=args, env=env) 394 child = pexpect.spawn(exe, args=args, env=env) 458 child = pexpect.spawn(exe, args=args, env=env) 492 child = pexpect.spawn(exe, args=args, env=env) 523 child = pexpect.spawn(exe, args=args, env=env) 563 child = pexpect.spawn(exe, args=args, env=env) 606 child = pexpect.spawn(exe, args=args, env=env) [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Parallel.cpp | 185 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::TaskGroup 215 TG.spawn([=, &Fn] { in parallelFor() 221 TG.spawn([=, &Fn] { in parallelFor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 48 TG.spawn([&]() { in createDIETree() 141 TG.spawn([&]() { in prepareDataForTreeCreation() 147 TG.spawn([&]() { in prepareDataForTreeCreation() 195 TG.spawn([&]() { in prepareDataForTreeCreation() 217 TG.spawn([&]() { in prepareDataForTreeCreation()
|
| H A D | DWARFLinkerImpl.cpp | 172 TGroup.spawn([&]() { in link() 583 TGroup.spawn([&]() { in link() 950 TGroup.spawn([&]() { assignOffsetsToStrings(); }); in assignOffsets() 951 TGroup.spawn([&]() { assignOffsetsToSections(); }); in assignOffsets() 1141 TG.spawn([&]() { emitStringSections(); }); in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1146 TG.spawn([&]() { in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1154 TG.spawn([&]() { in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1160 TG.spawn([&]() { writeCompileUnitsToTheOutput(); }); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
|
| /freebsd-14.2/tools/build/cross-build/include/linux/ |
| H A D | spawn.h | 44 #include_next <spawn.h>
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 100 void spawn(std::function<void()> f); 145 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort() 187 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
|
| /freebsd-14.2/contrib/kyua/admin/ |
| H A D | check-api-docs.awk | 53 /utils\/process\/executor\.hpp.*Member spawn\(Hook.*\)/ {next}
|
| /freebsd-14.2/tools/test/stress2/tools/ |
| H A D | bench.c | 264 spawn(void f(), int idx) in spawn() function 335 spawn(functions[i], i); in main()
|
| /freebsd-14.2/contrib/kyua/utils/ |
| H A D | stacktrace_test.cpp | 199 const executor::exec_handle exec_handle = executor_handle.spawn( in generate_core() 562 const executor::exec_handle exec_handle = handle.spawn( in ATF_TEST_CASE_BODY() 580 const executor::exec_handle exec_handle = handle.spawn( in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/kyua/utils/process/ |
| H A D | executor.hpp | 205 exec_handle spawn(Hook,
|
| H A D | executor_test.cpp | 321 const executor::exec_handle exec_handle = handle.spawn< Hook >( in do_spawn() 564 (void)handle.spawn(child_create_cookie("cookie.1"), infinite_timeout, none); in ATF_TEST_CASE_BODY()
|
| H A D | executor.ipp | 118 executor::executor_handle::spawn(
|
| /freebsd-14.2/lib/libwrap/ |
| H A D | hosts.allow | 84 : spawn (echo Finger. | \
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | README.zfs | 52 2. Some of the Lua standard libraries do file I/O or spawn processes, but
|
| /freebsd-14.2/contrib/kyua/engine/ |
| H A D | scheduler.cpp | 1238 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests() 1303 const executor::exec_handle handle = _pimpl->generic.spawn( in spawn_test()
|
| /freebsd-14.2/contrib/file/ |
| H A D | configure.ac | 113 AC_CHECK_HEADERS(spawn.h utime.h wchar.h wctype.h)
|
| H A D | config.h.in | 152 /* Define to 1 if you have the <spawn.h> header file. */
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 68 // Typemaps, usually, modifies the function signatures and might spawn
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 1601 tg.spawn(fn); in scanRelocations() 1617 tg.spawn(scanEH); in scanRelocations() 1622 tg.spawn(outerFn); in scanRelocations()
|
| H A D | OutputSections.cpp | 547 tg.spawn([=] { fn(begin, i); }); in writeTo()
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | assertions.md | 527 These assertions spawn a new process and execute the code under test in that 532 * On POSIX systems, `fork()` (or `clone()` on Linux) is used to spawn the
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 114 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
|
| /freebsd-14.2/include/ |
| H A D | Makefile | 33 signal.h spawn.h stab.h stdalign.h stdbool.h stdckdint.h stddef.h \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 47 #include <spawn.h>
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 1283 child_pid = spawn(args.argv[0], 0, nullptr, &inherit, args.argv, environ); in ExecDeathTestSpawnChild()
|