Home
last modified time | relevance | path

Searched refs:spawn (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-14.2/contrib/bc/tests/
H A Dhistory.py250 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 DParallel.cpp185 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 DDWARFLinkerTypeUnit.cpp48 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 DDWARFLinkerImpl.cpp172 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 Dspawn.h44 #include_next <spawn.h>
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h100 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 Dcheck-api-docs.awk53 /utils\/process\/executor\.hpp.*Member spawn\(Hook.*\)/ {next}
/freebsd-14.2/tools/test/stress2/tools/
H A Dbench.c264 spawn(void f(), int idx) in spawn() function
335 spawn(functions[i], i); in main()
/freebsd-14.2/contrib/kyua/utils/
H A Dstacktrace_test.cpp199 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 Dexecutor.hpp205 exec_handle spawn(Hook,
H A Dexecutor_test.cpp321 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 Dexecutor.ipp118 executor::executor_handle::spawn(
/freebsd-14.2/lib/libwrap/
H A Dhosts.allow84 : spawn (echo Finger. | \
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A DREADME.zfs52 2. Some of the Lua standard libraries do file I/O or spawn processes, but
/freebsd-14.2/contrib/kyua/engine/
H A Dscheduler.cpp1238 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 Dconfigure.ac113 AC_CHECK_HEADERS(spawn.h utime.h wchar.h wctype.h)
H A Dconfig.h.in152 /* Define to 1 if you have the <spawn.h> header file. */
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig68 // Typemaps, usually, modifies the function signatures and might spawn
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1601 tg.spawn(fn); in scanRelocations()
1617 tg.spawn(scanEH); in scanRelocations()
1622 tg.spawn(outerFn); in scanRelocations()
H A DOutputSections.cpp547 tg.spawn([=] { fn(begin, i); }); in writeTo()
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dassertions.md527 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 DFuzzerFlags.def114 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
/freebsd-14.2/include/
H A DMakefile33 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 DProgram.inc47 #include <spawn.h>
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1283 child_pid = spawn(args.argv[0], 0, nullptr, &inherit, args.argv, environ); in ExecDeathTestSpawnChild()

12