Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DParallel.h79 void spawn(std::function<void()> f);
136 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort()
162 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each()
177 TG.spawn([=, &Fn] { in parallel_for_each_n()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DParallel.cpp122 void parallel::detail::TaskGroup::spawn(std::function<void()> F) { in spawn() function in parallel::detail::TaskGroup
/freebsd-12.1/lib/libwrap/
H A Dhosts.allow85 : spawn (echo Finger. | \
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A DREADME.zfs52 2. Some of the Lua standard libraries do file I/O or spawn processes, but
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def80 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
/freebsd-12.1/include/
H A DMakefile25 signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DProgram.inc44 #include <spawn.h>
/freebsd-12.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-12.1/sys/contrib/zstd/programs/
H A Dzstd.1.md132 Does not spawn a thread for compression, use caller thread instead.
/freebsd-12.1/sys/contrib/zlib/
H A DFAQ82 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
/freebsd-12.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-12.1/contrib/file/
H A Dltmain.sh4946 /* Prepares an argument vector before calling spawn().
4947 Note that spawn() does not by itself call the command interpreter
/freebsd-12.1/contrib/ldns/
H A Dltmain.sh6323 /* Prepares an argument vector before calling spawn().
6324 Note that spawn() does not by itself call the command interpreter
/freebsd-12.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-12.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-12.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-12.1/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6323 /* Prepares an argument vector before calling spawn().
6324 Note that spawn() does not by itself call the command interpreter
/freebsd-12.1/contrib/libevent/
H A Dltmain.sh6323 /* Prepares an argument vector before calling spawn().
6324 Note that spawn() does not by itself call the command interpreter
/freebsd-12.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
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md830 * On POSIX systems, `fork()` (or `clone()` on Linux) is used to spawn the
869 3. It uses `clone()` instead of `fork()` to spawn the child process on Linux
/freebsd-12.1/contrib/mandoc/
H A DNEWS538 * Do not spawn a pager when there is no output.
/freebsd-12.1/contrib/amd/
H A DNEWS330 * document proper use of hosts.allow (don't spawn)
/freebsd-12.1/contrib/gcc/
H A DChangeLog-19972275 * pexecute.c: Use spawn if __CYGWIN32__.
H A DFSFChangeLog.105287 * winnt/spawnv.c: Changed spawn function entry points to __spawn*
5288 instead of spawn*.
/freebsd-12.1/contrib/gcclibs/libiberty/
H A DChangeLog5009 * pexecute.c: Use spawn if __CYGWIN32__.

12