Home
last modified time | relevance | path

Searched defs:fork (Results 1 – 21 of 21) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/
HDCONTRIBUTING.md353 ### travis-ci
367 ### circle-ci
370 ### appveyor
381 ### General notes on CI
/freebsd-13-stable/lib/libc/sys/
HDfork.c39 #pragma weak fork macro
41 fork(void) in fork() function
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
HDt_fork.c70 ATF_TC_HEAD(fork, tc) in ATF_TC_HEAD() argument
75 ATF_TC_BODY(fork, tc) in ATF_TC_BODY() argument
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/
HDt_sp.sh81 fork() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingUtil.h40 static pid_t fork() { return -1; } in fork() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
HDTypeErasedDataflowAnalysis.h130 TypeErasedDataflowAnalysisState fork() const { in fork() function
/freebsd-13-stable/contrib/atf/atf-c++/
Dutils.cpp66 atf::utils::fork(void) in fork() function in atf::utils
Dutils_test.cpp221 ATF_TEST_CASE_BODY(fork) in ATF_TEST_CASE_BODY() argument
/freebsd-13-stable/contrib/atf/atf-c++/detail/
Dprocess.hpp229 fork(void (*start)(void*), const OutStream& outsb, in fork() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDDebug.h146 } fork; member
/freebsd-13-stable/sys/arm64/arm64/
HDvfp.c209 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread()
/freebsd-13-stable/libexec/atrun/
HDatrun.c115 #define fork myfork macro
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h263 fork = (1u << 1), enumerator
/freebsd-13-stable/contrib/atf/atf-c/
HDutils_test.c230 ATF_TC_BODY(fork, tc) in ATF_TC_BODY() argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_solaris.cpp206 DECLARE__REAL_AND_INTERNAL(int, fork, void) { in DECLARE__REAL_AND_INTERNAL() argument
/freebsd-13-stable/tests/sys/fs/fusefs/
HDutils.cc581 FuseTest::fork(bool drop_privs, int *child_status, in fork() function in FuseTest
/freebsd-13-stable/contrib/apr/
HDconfigure.in1466 AC_SUBST(fork) subst
/freebsd-13-stable/crypto/openssl/apps/
HDocsp.c75 pid_t fork(void) in fork() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDDataflowEnvironment.cpp593 Environment Environment::fork() const { in fork() function in clang::dataflow::Environment
/freebsd-13-stable/sys/xen/interface/
HDmemory.h545 } fork; member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp2284 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument