Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/bc/tests/
H A Dhistory.py250 child = pexpect.spawn(exe, args=args, env=env)
282 child = pexpect.spawn(exe, args=args, env=env)
316 child = pexpect.spawn(exe, args=args, env=env)
351 child = pexpect.spawn(exe, args=args, env=env)
391 child = pexpect.spawn(exe, args=args, env=env)
455 child = pexpect.spawn(exe, args=args, env=env)
489 child = pexpect.spawn(exe, args=args, env=env)
520 child = pexpect.spawn(exe, args=args, env=env)
560 child = pexpect.spawn(exe, args=args, env=env)
603 child = pexpect.spawn(exe, args=args, env=env)
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h70 void spawn(std::function<void()> f);
110 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort()
151 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each()
179 TG.spawn([=, &Fn] { in parallel_for_each_n()
210 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
/freebsd-13.1/tools/build/cross-build/include/linux/
H A Dspawn.h46 #include_next <spawn.h>
/freebsd-13.1/contrib/kyua/admin/
H A Dcheck-api-docs.awk53 /utils\/process\/executor\.hpp.*Member spawn\(Hook.*\)/ {next}
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp156 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig67 // Typemaps, usually, modifies the function signatures and might spawn
/freebsd-13.1/lib/libwrap/
H A Dhosts.allow85 : spawn (echo Finger. | \
/freebsd-13.1/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-13.1/contrib/kyua/engine/
H A Dscheduler.cpp1046 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests()
1111 const executor::exec_handle handle = _pimpl->generic.spawn( in spawn_test()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def105 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
/freebsd-13.1/include/
H A DMakefile25 signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1265 child_pid = spawn(args.argv[0], 0, NULL, &inherit, args.argv, GetEnviron()); in ExecDeathTestSpawnChild()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc45 #include <spawn.h>
/freebsd-13.1/sys/contrib/zlib/
H A DFAQ82 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
/freebsd-13.1/sys/contrib/zstd/programs/
H A Dzstd.1.md121 Does not spawn a thread for compression, use a single thread for both I/O and compression.
/freebsd-13.1/crypto/heimdal/
H A Dltmain.sh4939 /* Prepares an argument vector before calling spawn().
4940 Note that spawn() does not by itself call the command interpreter
/freebsd-13.1/contrib/unbound/
H A Dltmain.sh6323 /* Prepares an argument vector before calling spawn().
6324 Note that spawn() does not by itself call the command interpreter
/freebsd-13.1/contrib/sqlite3/
H A Dltmain.sh6323 /* Prepares an argument vector before calling spawn().
6324 Note that spawn() does not by itself call the command interpreter
/freebsd-13.1/contrib/openpam/
H A Dltmain.sh6323 /* Prepares an argument vector before calling spawn().
6324 Note that spawn() does not by itself call the command interpreter
/freebsd-13.1/contrib/file/
H A Dltmain.sh6326 /* Prepares an argument vector before calling spawn().
6327 Note that spawn() does not by itself call the command interpreter
/freebsd-13.1/contrib/openbsm/config/
H A Dltmain.sh6323 /* Prepares an argument vector before calling spawn().
6324 Note that spawn() does not by itself call the command interpreter

12