getpid             45 exec/exec1.c     pid1 = getpid ();
getpid            223 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (getpid));
getpid            159 lib/nproc.c            if (sched_getaffinity_np (getpid (), cpuset_size (set), set) == 0)
getpid           1519 lib/unistd.in.h _GL_CXXALIAS_MDA (getpid, int, (void));
getpid           1521 lib/unistd.in.h _GL_CXXALIAS_SYS (getpid, pid_t, (void));
getpid           1523 lib/unistd.in.h _GL_CXXALIASWARN (getpid);
getpid            658 src/android.c        kill (getpid (), SIGIO);
getpid           1867 src/android.c    kill (getpid (), SIGIO);
getpid           6444 src/android.c      kill (getpid (), SIGIO);
getpid           6473 src/android.c        kill (getpid (), SIGIO);
getpid            612 src/androidselect.c   sprintf (identifier, "%d.%ld.%jd", (int) getpid (),
getpid           1267 src/androidvfs.c 	    android_cache_dir, getpid ());
getpid           1248 src/callproc.c   pid_t pid = getpid ();
getpid           5169 src/comp.c     	  sprintf (str, "log_%d", getpid ());
getpid            512 src/dosfns.c     proclist = Fcons (INT_TO_INTEGER (getpid ()), proclist);
getpid            526 src/dosfns.c     if (proc_id == getpid ())
getpid           1323 src/editfns.c    pid_t pid = getpid ();
getpid            284 src/filelock.c   intmax_t pid = getpid ();
getpid            450 src/filelock.c       if (pid == getpid ())
getpid            190 src/haiku_io.c   kill (getpid (), SIGPOLL);
getpid           6926 src/pgtkterm.c       fcntl (dpyinfo->connection, F_SETOWN, getpid ());
getpid           8483 src/process.c        GSource *source = g_child_watch_source_new (getpid ());
getpid            930 src/sysdep.c     inherited_pgroup = getpid () == pgrp ? 0 : pgrp;
getpid            982 src/sysdep.c       tcsetpgrp_without_stopping (fd, getpid ());
getpid           1308 src/sysdep.c         fcntl (fileno (tty_out->input), F_SETOWN, getpid ());
getpid           1314 src/sysdep.c   	  fcntl (gpm_fd, F_SETOWN, getpid ());
getpid           2260 src/sysdep.c         v = getpid () ^ t.tv_sec ^ t.tv_nsec;
getpid            334 src/w32proc.c    return getpid ();
getpid            340 src/w32proc.c    return getpid ();
getpid            352 src/w32proc.c    return getpid ();
getpid           4872 src/xfns.c       pid_t pid = getpid ();
getpid             68 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid ())
getpid             70 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid (), a0)
getpid             72 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid (), a0, a1)
getpid             74 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid (), a0, a1, a2)
getpid           31223 src/xterm.c      fcntl (dpyinfo->connection, F_SETOWN, getpid ());