Home
last modified time | relevance | path

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

123

/freebsd/tests/sys/kern/tty/
H A Dtest_recanon.orch21 spawn("readsz", "-e")
32 spawn("readsz", "-e")
66 spawn("true")
73 spawn("readsz", "-c", "1")
83 spawn("readsz", "-c", 1)
H A Dtest_ncanon.orch11 spawn(...)
36 spawn("fionread")
H A Dtest_canon_fullbuf.orch13 spawn("cat")
H A Dtest_canon.orch10 spawn("cat")
/freebsd/contrib/bc/tests/
H A Dhistory.py151 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore')
191 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore')
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)
[all …]
/freebsd/contrib/lyaml/spec/
H A Dspec_helper.lua8 local spawn = require 'specl.shell'.spawn
9 local objdir = spawn('./build-aux/luke --value=objdir').output
135 local proc = hell.spawn(cmd)
/freebsd/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/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/tools/build/cross-build/include/linux/
H A Dspawn.h44 #include_next <spawn.h>
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp170 TGroup.spawn([&]() { in link()
581 TGroup.spawn([&]() { in link()
948 TGroup.spawn([&]() { assignOffsetsToStrings(); }); in assignOffsets()
949 TGroup.spawn([&]() { assignOffsetsToSections(); }); in assignOffsets()
1139 TG.spawn([&]() { emitStringSections(); }); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1144 TG.spawn([&]() { in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1152 TG.spawn([&]() { in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1158 TG.spawn([&]() { writeCompileUnitsToTheOutput(); }); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
/freebsd/contrib/kyua/admin/
H A Dcheck-api-docs.awk53 /utils\/process\/executor\.hpp.*Member spawn\(Hook.*\)/ {next}
/freebsd/tools/test/stress2/tools/
H A Dbench.c264 spawn(void f(), int idx) in spawn() function
335 spawn(functions[i], i); in main()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_tbb.h
/freebsd/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/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/contrib/lyaml/build-aux/
H A Dluke85 …ype.context-manager','type.path',SHELLMETACHARS='[%s%$"]',}local function spawn(env,...)local comm…
86 …nd)L.write(interpolate(env,concat(command,' ')),'\n')local status,err,out=spawn(env,unpack(command…
103 …ir,name)local command={'$MAKEDIRS',dirname(c_module)}local status,err,out=spawn(env,unpack(command…
112 end)end,libdirs=libdirs,run_command=run,spawn=spawn,}
115 …={'cc','gcc','clang'},}local function logspawn(L,env,...)local status,err=spawn(env,...)if status~…
243 …ks,err=with(cm,function(conftest)conftest:write('typedef int x;\n')return spawn(env,'$compile',con…
/freebsd/lib/libwrap/
H A Dhosts.allow84 : spawn (echo Finger. | \
/freebsd/contrib/unbound/doc/
H A Dunbound.rst93 This flag will also delay writing to the log file until the thread-spawn
/freebsd/sys/contrib/openzfs/module/lua/
H A DREADME.zfs53 2. Some of the Lua standard libraries do file I/O or spawn processes, but
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp1239 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests()
1306 const executor::exec_handle handle = _pimpl->generic.spawn( in spawn_test()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig68 // Typemaps, usually, modifies the function signatures and might spawn
/freebsd/contrib/file/
H A Dconfigure.ac118 AC_CHECK_HEADERS(spawn.h utime.h wchar.h wctype.h)
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1660 tg.spawn(fn); in scanRelocations()
1676 tg.spawn(scanEH); in scanRelocations()
1681 tg.spawn(outerFn); in scanRelocations()

123