Searched refs:fork (Results 1 - 25 of 59) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dextern-c-redecl3.C6 // { dg-final { scan-assembler "call\[\t \]+_?fork" { target i?86-*-* x86_64-*-* } } }
8 extern "C" int fork (void);
13 extern int fork (void);
14 fork ();
19 fork (void) function
H A Dextern-c-redecl4.C11 friend int fork (void);
17 fork ();
H A Dextern-c-redecl2.C7 int fork (void);
13 friend int fork (void);
17 fork (void) function
H A Dextern-c-redecl5.C9 friend int fork (void); // { dg-message "previous declaration .*?C\\+\\+. linkage" }
13 fork (void) // { dg-error "conflicting declaration .*?C. linkage" }} function
/haiku-buildtools/binutils/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
16 extern int fork (void);
21 return (fork ());
/haiku-buildtools/gcc/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
16 extern int fork (void);
21 return (fork ());
/haiku-buildtools/legacy/binutils/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
16 extern int fork (void);
21 return (fork ());
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dfork-instrumentation.c3 int fork(void);
7 fork ();
H A D20030702-1.c7 int fork (void);
11 fork ();
/haiku-buildtools/legacy/gcc/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
7 return (fork ());
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr43417.c8 int fork (void);
29 pid = fork ();
33 pid = fork ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c2 extern __pid_t fork (void) ;
18 switch(fork()) {
20 printf("%s: Error: fork - %s\n",myname, strerror((*__errno_location ()) ));
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dxm-lynx.h34 #define vfork fork
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dtime-profiler-2.c31 int f = fork();
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dsvr3.ifile28 vfork = fork; /* I got tired of editing peoples sloppy code */
H A Dsvr3z.ifile28 vfork = fork; /* I got tired of editing peoples sloppy code */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dftrapv-1.c4 /* { dg-require-fork "" } */
24 pid_t child = fork ();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D4879.cc1 // { dg-require-fork "" }
62 int fval = fork();
65 std::cerr << "failed to fork" << std::endl;
H A D9964.cc1 // { dg-require-fork "" }
56 int child = fork();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/
H A D13171-2.cc3 // { dg-require-fork "" }
52 int child = fork();
H A D13582-2.cc3 // { dg-require-fork "" }
51 int child = fork();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/
H A D14975-2.cc2 // { dg-require-fork "" }
55 int child = fork();
H A D13582-2.cc3 // { dg-require-fork "" }
51 int child = fork();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D26777.cc1 // { dg-require-fork "" }
52 int child = fork();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/
H A D9533-1.cc1 // { dg-require-fork "" }
50 int fval = fork();

Completed in 279 milliseconds

123