Searched refs:getpid (Results 1 - 25 of 837) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
H A Dhello-2.pl.in9 use POSIX qw(getpid);
15 print __x ("This program is running as process number {pid}.", pid => getpid());
H A Dhello-1.pl.in9 use POSIX qw(getpid);
20 printf _"This program is running as process number %d.", getpid();
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Djob-control.cc50 setpgid (getpid (), getpid ()) succeeds). */
51 retval = setpgid (getpid (), getpid ());
57 retval = setpgrp (getpid (), getpid ());
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Djob-control.cc50 setpgid (getpid (), getpid ()) succeeds). */
51 retval = setpgid (getpid (), getpid ());
57 retval = setpgrp (getpid (), getpid ());
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A DgetXid.c48 extern GFC_INTEGER_4 PREFIX(getpid) (void);
49 export_proto_np(PREFIX(getpid));
52 PREFIX(getpid) (void) function
54 return getpid ();
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A DgetXid.c48 extern GFC_INTEGER_4 PREFIX(getpid) (void);
49 export_proto_np(PREFIX(getpid));
52 PREFIX(getpid) (void) function
54 return getpid ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Drun-control-while-bg-execution.c30 mypid = getpid ();
H A Dsigall.c375 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 (), SIGSY
[all...]
H A Dkilled-outside.c31 pid = getpid ();
H A Dfoll-fork.c21 callee (getpid ());
27 callee (getpid ());
H A Dmulti-forks.c37 printf ("%d ready\n", getpid ());
39 printf ("%d done\n", getpid ());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigall.c375 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 (), SIGSY
[all...]
H A Dkilled-outside.c31 pid = getpid ();
H A Dfoll-fork.c21 callee (getpid ());
27 callee (getpid ());
H A Dmulti-forks.c37 printf ("%d ready\n", getpid ());
39 printf ("%d done\n", getpid ());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c392 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 (), SIGSY
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c392 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 (), SIGSY
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtest-detach.c44 #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());
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsched1.c11 if (sched_getscheduler (getpid ()) != SCHED_OTHER)
H A Dsched4.c14 if (sched_setparam (getpid (), &sb) != 0
18 if (sched_setparam (getpid (), &sb) == 0
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dsparc-sysstep.c34 kill (getpid (), SIGALRM);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dmulti-kill.c31 pid = getpid ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dsparc-sysstep.c34 kill (getpid (), SIGALRM);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-kill.c31 pid = getpid ();
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dgetpid.c1 /* Basic getpid tests.
11 pid_t pid = getpid();
13 perror("getpid failed");

Completed in 251 milliseconds

1234567891011>>