Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/ibm-public/postfix/dist/src/spawn/
H A DMakefile.in2 SRCS = spawn.c
3 OBJS = spawn.o
9 PROG = spawn
62 spawn.o: ../../include/argv.h
63 spawn.o: ../../include/check_arg.h
64 spawn.o: ../../include/dict.h
65 spawn.o: ../../include/htable.h
66 spawn.o: ../../include/mail_conf.h
67 spawn.o: ../../include/mail_params.h
68 spawn.o: ../../include/mail_parm_split.h
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d107 auto childTid = spawn(&spawnedFunc, thisTid);
415 const(Tid) b = spawn(() {});
462 auto child = spawn(&fun);
516 Tid spawn(F, T...)(F fn, T args)
531 auto tid = spawn(&f, "Hello World");
540 static assert(!__traits(compiles, spawn(&f1, msg.dup)));
541 static assert( __traits(compiles, spawn(&f1, msg.idup)));
544 static assert(!__traits(compiles, spawn(&f2, msg.dup)));
545 static assert(!__traits(compiles, spawn(&f2, msg.idup)));
551 spawn({
[all …]
/netbsd-src/crypto/external/cpl/tpm-tools/dist/test/
H A Dtpm_changeownerauth01.sh66 spawn tpm_changeownerauth $opt -n -l debug
104 spawn tpm_changeownerauth $opt $isU -l debug
141 spawn tpm_changeownerauth $opt -r -l debug
165 spawn tpm_changeownerauth $opt $wnOpt -n -l debug
203 spawn tpm_changeownerauth $opt $isU -r -l debug
227 spawn tpm_changeownerauth $opt $wnOpt -l debug
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d62 auto childTid = spawn(&spawnedFunc, thisTid);
381 auto child = spawn(&fun);
462 Tid spawn(F, T...)(F fn, T args) if (isSpawnable!(F, T))
511 scheduler.spawn(&exec);
525 static assert(__traits(compiles, spawn(fn1)));
526 static assert(__traits(compiles, spawn(fn2, 2)));
527 static assert(!__traits(compiles, spawn(fn1, 1)));
528 static assert(!__traits(compiles, spawn(fn2)));
536 static assert(__traits(compiles, spawn(dg1, 1)));
537 static assert(__traits(compiles, spawn(dg2, 2)));
[all …]
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-spawn.c47 static void spawn(void);
54 spawn(); in maybe_spawn()
103 static void spawn(void) { in spawn() function
137 BENCHMARK_IMPL(spawn) { in BENCHMARK_IMPL() argument
150 spawn(); in BENCHMARK_IMPL()
H A Dbenchmark-list.h78 BENCHMARK_DECLARE (spawn)
167 BENCHMARK_ENTRY (spawn)
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dtest11.ref1 foo inet - n n - 0 spawn
2 bar unix - n n - 0 spawn
H A Dtest12.ref1 foo inet - n n - 0 spawn -o always_bcc=$bar -o
2 foo inet - n n - 0 spawn -o always_bcc=$bar -o
H A Dtest9.ref1 foo inet - n n - 0 spawn
H A Dtest20.ref3 foo inet - n n - 0 spawn
/netbsd-src/external/ibm-public/postfix/man/man8/
H A DMakefile10 scache.8 showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \
11 oqmgr.8 spawn.8 flush.8 virtual.8 \
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
H A Dextract.py12 import distutils.spawn
32 return distutils.spawn.find_executable('nm')
120 return distutils.spawn.find_executable('readelf')
H A Dutil.py10 import distutils.spawn
63 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dmerge_archives.py12 import distutils.spawn
115 ar_exe = distutils.spawn.find_executable('ar')
122 libtool_exe = distutils.spawn.find_executable('libtool')
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dbadclass2.msg1 badclass2.err line 10: can't override existing submatch/spawn
H A Dspawning6.in69 spawn with option dhcp6.mysystem;
H A Dspawning6.out23 /// spawn with: option dhcp6.mysystem
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_cc_test_checks.py19 import distutils.spawn
154 if not distutils.spawn.find_executable(args.clang):
170 if not distutils.spawn.find_executable(args.opt):
/netbsd-src/external/ibm-public/postfix/libexec/spawn/
H A DMakefile7 PROG= spawn
/netbsd-src/external/ibm-public/postfix/libexec/
H A DMakefile7 showq smtp smtpd spawn trivial-rewrite verify virtual
/netbsd-src/external/mit/libuv/dist/docs/code/
H A DCMakeLists.txt22 spawn
/netbsd-src/external/ibm-public/postfix/dist/html/
H A DMakefile.in8 oqmgr.8.html spawn.8.html flush.8.html virtual.8.html qmqpd.8.html \
128 spawn.8.html: ../src/spawn/spawn.c
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
H A Ds64-sync110 child = pexpect.spawn(cmd)
159 child = pexpect.spawn(cmd)
H A Dnsd-sync107 child = pexpect.spawn(cmd)
157 child = pexpect.spawn(cmd)

1234567