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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
hello-2.pl.in 9 use POSIX qw(getpid);
15 print __x ("This program is running as process number {pid}.", pid => getpid());
hello-1.pl.in 9 use POSIX qw(getpid);
20 printf _"This program is running as process number %d.", getpid();
  /src/external/gpl3/gdb.old/dist/gdbsupport/
job-control.cc 49 setpgid (getpid (), getpid ()) succeeds). */
50 retval = setpgid (getpid (), getpid ());
56 retval = setpgrp (getpid (), getpid ());
  /src/external/gpl3/gdb/dist/gdbsupport/
job-control.cc 49 setpgid (getpid (), getpid ()) succeeds). */
50 retval = setpgid (getpid (), getpid ());
56 retval = setpgrp (getpid (), getpid ());
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
getXid.c 48 extern GFC_INTEGER_4 PREFIX(getpid) (void);
49 export_proto_np(PREFIX(getpid));
52 PREFIX(getpid) (void) function
54 return getpid ();
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
getXid.c 48 extern GFC_INTEGER_4 PREFIX(getpid) (void);
49 export_proto_np(PREFIX(getpid));
52 PREFIX(getpid) (void) function
54 return getpid ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
run-control-while-bg-execution.c 30 mypid = getpid ();
sigall.c 375 kill (getpid (), SIGILL);
382 kill (getpid (), SIGABRT);
403 kill (getpid (), SIGFPE);
411 kill (getpid (), SIGSEGV);
418 kill (getpid (), SIGTERM);
428 kill (getpid (), SIGHUP);
439 kill (getpid (), SIGQUIT);
450 kill (getpid (), SIGEMT);
461 kill (getpid (), SIGBUS);
472 kill (getpid (), SIGSYS)
    [all...]
killed-outside.c 31 pid = getpid ();
foll-fork.c 21 callee (getpid ());
27 callee (getpid ());
multi-forks.c 37 printf ("%d ready\n", getpid ());
39 printf ("%d done\n", getpid ());
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
run-control-while-bg-execution.c 30 mypid = getpid ();
sigall.c 375 kill (getpid (), SIGILL);
382 kill (getpid (), SIGABRT);
403 kill (getpid (), SIGFPE);
411 kill (getpid (), SIGSEGV);
418 kill (getpid (), SIGTERM);
428 kill (getpid (), SIGHUP);
439 kill (getpid (), SIGQUIT);
450 kill (getpid (), SIGEMT);
461 kill (getpid (), SIGBUS);
472 kill (getpid (), SIGSYS)
    [all...]
killed-outside.c 31 pid = getpid ();
user-namespace-attach.c 29 printf ("pid = %lld\n", ((long long) getpid ()));
foll-fork.c 21 callee (getpid ());
27 callee (getpid ());
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 392 kill (getpid (), SIGILL);
399 kill (getpid (), SIGABRT);
420 kill (getpid (), SIGFPE);
428 kill (getpid (), SIGSEGV);
435 kill (getpid (), SIGTERM);
445 kill (getpid (), SIGHUP);
456 kill (getpid (), SIGQUIT);
467 kill (getpid (), SIGEMT);
478 kill (getpid (), SIGBUS);
489 kill (getpid (), SIGSYS)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 392 kill (getpid (), SIGILL);
399 kill (getpid (), SIGABRT);
420 kill (getpid (), SIGFPE);
428 kill (getpid (), SIGSEGV);
435 kill (getpid (), SIGTERM);
445 kill (getpid (), SIGHUP);
456 kill (getpid (), SIGQUIT);
467 kill (getpid (), SIGEMT);
478 kill (getpid (), SIGBUS);
489 kill (getpid (), SIGSYS)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
test-detach.c 44 #ifdef getpid
45 #undef getpid macro
47 #define getpid _getpid macro
71 fprintf(stderr, "Parent started as %ld\n", (long)getpid());
74 fprintf(stderr, "Now should be the child: %ld\n", (long)getpid());
80 fprintf(stderr, "Now should be the child: %ld, wrote to parent\n", (long)getpid());
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
getpid.c 1 /* Basic getpid tests.
11 pid_t pid = getpid();
13 perror("getpid failed");
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
sparc-sysstep.c 34 kill (getpid (), SIGALRM);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-kill.c 31 pid = getpid ();
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
getpid.c 1 /* Basic getpid tests.
11 pid_t pid = getpid();
13 perror("getpid failed");
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
sparc-sysstep.c 34 kill (getpid (), SIGALRM);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-kill.c 31 pid = getpid ();

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>