Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h40 static pid_t fork() { return -1; } in fork() function
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPosixApi.h96 inline pid_t fork(void) { LLVM_BUILTIN_UNREACHABLE; } in fork() function
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DDebug.h146 } fork; member
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h262 fork = (1u << 1), enumerator
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp206 DECLARE__REAL_AND_INTERNAL(int, fork, void) { in DECLARE__REAL_AND_INTERNAL() argument
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1206 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp2180 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2184 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument