Searched refs:pid (Results 1 - 25 of 123) sorted by relevance

12345

/haiku-buildtools/legacy/gcc/libiberty/
H A Dwaitpid.c2 waitpid (pid, stat_loc, options)
3 int pid, *stat_loc, options;
8 if (wpid == pid || wpid == -1)
H A Dtmpnam.c19 int pid = getpid (); local
30 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr43417.c19 int pid; local
29 pid = fork ();
30 while ((pid != 0) && (maxbytes > 1024 * 1024 * 1024))
33 pid = fork ();
34 if (pid != 0)
36 pid_list[i] = pid;
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dkill_.c30 integer G77_kill_0 (pid, signum)
31 integer *pid, *signum;
33 integer G77_kill_0 (const integer *pid, const integer *signum)
37 return kill ((pid_t) *pid, *signum) ? errno : 0;
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dxm-lynx.h42 int pid = getpid (); \
48 *p = (pid % 10) + '0'; \
49 pid /= 10; \
/haiku-buildtools/binutils/ld/testsuite/ld-tic6x/
H A Dattr-pid-00.d4 #source: attr-pid-0.s
5 #source: attr-pid-0.s
H A Dattr-pid-01.d4 #source: attr-pid-0.s
5 #source: attr-pid-1.s
H A Dattr-pid-02.d4 #source: attr-pid-0.s
5 #source: attr-pid-2.s
H A Dattr-pid-10.d4 #source: attr-pid-1.s
5 #source: attr-pid-0.s
H A Dattr-pid-20.d4 #source: attr-pid-2.s
5 #source: attr-pid-0.s
H A Dattr-pid-11.d4 #source: attr-pid-1.s
5 #source: attr-pid-1.s
H A Dattr-pid-12.d4 #source: attr-pid-1.s
5 #source: attr-pid-2.s
H A Dattr-pid-21.d4 #source: attr-pid-2.s
5 #source: attr-pid-1.s
H A Dattr-pid-22.d4 #source: attr-pid-2.s
5 #source: attr-pid-2.s
/haiku-buildtools/binutils/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) argument
88 --pid;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
108 *status = vector[pid];
116 if (pid + 1 == idx)
123 return pid + 1;
H A Dwaitpid.c3 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
6 values of @var{pid} depend on your implementation of @code{wait}, as
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) argument
32 if (wpid == pid || wpid == -1)
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/haiku-buildtools/gcc/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) argument
88 --pid;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
108 *status = vector[pid];
116 if (pid + 1 == idx)
123 return pid + 1;
H A Dwaitpid.c3 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
6 values of @var{pid} depend on your implementation of @code{wait}, as
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) argument
32 if (wpid == pid || wpid == -1)
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) argument
88 --pid;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
108 *status = vector[pid];
116 if (pid + 1 == idx)
123 return pid + 1;
H A Dwaitpid.c3 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
6 values of @var{pid} depend on your implementation of @code{wait}, as
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) argument
32 if (wpid == pid || wpid == -1)
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Dproperty-neg-7.mm14 void foo (NSArray *ans[], id pid, id apid[], int i) {
17 ((NSArray *)pid).count = 1; /* { dg-error "readonly property can not be set" } */
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Dproperty-neg-7.m14 void foo (NSArray *ans[], id pid, id apid[], int i) {
17 ((NSArray *)pid).count = 1; /* { dg-error "readonly property can not be set" } */

Completed in 214 milliseconds

12345