Home
last modified time | relevance | path

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

/openbsd/lib/libc/sys/
H A Dw_fork.c39 WRAP(fork)(void) in WRAP() argument
/openbsd/gnu/usr.bin/cvs/vms/
H A Dvms.h9 #define fork(x) vfork(x) macro
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h40 static pid_t fork() { return -1; } in fork() function
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/
H A DAsyncSubtest.pm421 sub fork { subroutine
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h96 inline pid_t fork(void) { LLVM_BUILTIN_UNREACHABLE; } in fork() function
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dfile.c38 void f_selectfork(hfsfile *file, int fork) in f_selectfork()
H A Drecord.c412 void r_makeextkey(ExtKeyRec *key, int fork, long fnum, unsigned int fabn) in r_makeextkey()
H A Dhfs.c1236 int hfs_setfork(hfsfile *file, int fork) in hfs_setfork()
H A Dinternal.h245 int fork; /* current selected fork for I/O */ member
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DDebug.h146 } fork; member
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h263 fork = (1u << 1), enumerator
/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaos.c196 int fork(void) in fork() function
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp206 DECLARE__REAL_AND_INTERNAL(int, fork, void) { in DECLARE__REAL_AND_INTERNAL() argument
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h204 #define fork my_vfork macro
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h776 #define fork fork_with_resources macro
H A Dos2.c1686 fork(void) in fork() function
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1234 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2289 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument