HomeSort by: relevance | last modified time | path
    Searched refs:fork (Results 1 - 25 of 746) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/libiberty/
vfork.c 1 /* 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 ());
  /src/external/gpl3/binutils.old/dist/libiberty/
vfork.c 1 /* 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 ());
  /src/external/gpl3/gcc/dist/libiberty/
vfork.c 1 /* 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 ());
  /src/external/gpl3/gcc.old/dist/libiberty/
vfork.c 1 /* 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 ());
  /src/external/gpl3/gdb/dist/libiberty/
vfork.c 1 /* 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 ());
  /src/external/gpl3/gdb.old/dist/libiberty/
vfork.c 1 /* 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 ());
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
step-over-fork.c 29 pid = fork ();
38 pid = fork ();
47 pid = fork ();
step-over-exit.c 31 pid = fork ();
40 pid = fork ();
watch-before-fork.c 27 fork ();
foll-fork.exp 16 # Test relies on checking follow-fork output. Do not run if gdb debug is
38 # Check that fork catchpoints are supported, as an indicator for whether
39 # fork-following is supported. Return 1 if they are, else 0.
48 # Verify that the system supports "catch fork".
49 gdb_test "catch fork" "Catchpoint \[0-9\]* \\(fork\\)" "insert first fork catchpoint"
51 gdb_test_multiple "continue" "continue to first fork catchpoint" {
53 unsupported "continue to first fork catchpoint"
57 pass "continue to first fork catchpoint
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
step-over-fork.c 29 pid = fork ();
38 pid = fork ();
47 pid = fork ();
step-over-exit.c 31 pid = fork ();
40 pid = fork ();
watch-before-fork.c 27 fork ();
foll-fork.exp 16 # Test relies on checking follow-fork output. Do not run if gdb debug is
38 # Check that fork catchpoints are supported, as an indicator for whether
39 # fork-following is supported. Return 1 if they are, else 0.
48 # Verify that the system supports "catch fork".
49 gdb_test "catch fork" "Catchpoint \[0-9\]* \\(fork\\)" "insert first fork catchpoint"
51 gdb_test_multiple "continue" "continue to first fork catchpoint" {
53 unsupported "continue to first fork catchpoint"
57 pass "continue to first fork catchpoint
    [all...]
  /src/lib/libc/arch/ia64/sys/
fork.S 1 /* $NetBSD: fork.S,v 1.2 2006/09/23 17:39:34 cherry Exp $ */
6 CALLSYS_ERROR(fork)
  /src/external/bsd/nvi/dist/perl_scripts/
tk.pl 4 unless ($pid = fork) {
5 unless (fork) {
  /src/external/cddl/dtracetoolkit/dist/Bin/
shortlived.d 61 * Measure parent fork time
63 syscall::*fork*:entry
65 /* save start of fork */
66 self->fork = vtimestamp;
68 syscall::*fork*:return
69 /arg0 != 0 && self->fork/
71 /* record elapsed time for the fork syscall */
72 this->elapsed = vtimestamp - self->fork;
74 self->fork = 0;
80 syscall::*fork*:retur
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Proc/
shortlived.d 61 * Measure parent fork time
63 syscall::*fork*:entry
65 /* save start of fork */
66 self->fork = vtimestamp;
68 syscall::*fork*:return
69 /arg0 != 0 && self->fork/
71 /* record elapsed time for the fork syscall */
72 this->elapsed = vtimestamp - self->fork;
74 self->fork = 0;
80 syscall::*fork*:retur
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
precise-memory-fork.c 33 int pid = fork ();
fork-exec-gpu-to-non-gpu.exp 18 # Verify handling of a GPU program that does a (v)fork + exec to execute
31 # Compile two versions of execer, one that uses fork and one that uses vfork.
32 foreach_with_prefix fork_func { fork vfork } {
46 proc do_test { detach-on-fork follow-fork-mode fork_func } {
49 if { ${detach-on-fork} == "off"
50 && ${follow-fork-mode} == "parent"
58 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
59 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}
    [all...]
fork-exec-non-gpu-to-gpu.exp 18 # Verify that we can debug a GPU program in a child after a (v)fork + exec.
30 # Compile two versions of execer, one that uses fork and one that uses vfork.
31 foreach_with_prefix fork_func { fork vfork } {
45 proc do_test { detach-on-fork follow-fork-mode fork_func } {
48 if { ${detach-on-fork} == "off"
49 && ${follow-fork-mode} == "parent"
57 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
58 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/
precise-memory-fork.c 33 int pid = fork ();
fork-exec-gpu-to-non-gpu.exp 18 # Verify handling of a GPU program that does a (v)fork + exec to execute
31 # Compile two versions of execer, one that uses fork and one that uses vfork.
32 foreach_with_prefix fork_func { fork vfork } {
46 proc do_test { detach-on-fork follow-fork-mode fork_func } {
49 if { ${detach-on-fork} == "off"
50 && ${follow-fork-mode} == "parent"
58 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
59 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}
    [all...]
fork-exec-non-gpu-to-gpu.exp 18 # Verify that we can debug a GPU program in a child after a (v)fork + exec.
30 # Compile two versions of execer, one that uses fork and one that uses vfork.
31 foreach_with_prefix fork_func { fork vfork } {
45 proc do_test { detach-on-fork follow-fork-mode fork_func } {
48 if { ${detach-on-fork} == "off"
49 && ${follow-fork-mode} == "parent"
57 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
58 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
vfork-multi-thread.exp 56 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } {
63 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}"
64 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
82 # We only test with follow-fork-mode=parent and detach-on-fork=on at the
88 foreach_with_prefix follow-fork-mode {parent} {
89 foreach_with_prefix detach-on-fork {on}
    [all...]

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>