OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_waitpid
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/nat/
linux-waitpid.h
24
extern int
my_waitpid
(int pid, int *status, int flags);
linux-waitpid.c
52
my_waitpid
(int pid, int *status, int flags)
function
linux-ptrace.c
97
got_pid =
my_waitpid
(child, &kill_status, 0);
342
ret =
my_waitpid
(child_pid, &status, 0);
/src/external/gpl3/gdb.old/dist/gdb/nat/
linux-waitpid.h
24
extern int
my_waitpid
(int pid, int *status, int flags);
linux-waitpid.c
52
my_waitpid
(int pid, int *status, int flags)
function
linux-ptrace.c
96
got_pid =
my_waitpid
(child, &kill_status, 0);
341
ret =
my_waitpid
(child_pid, &status, 0);
/src/external/gpl3/gdb/dist/gdb/
linux-nat.c
566
if (
my_waitpid
(child_pid, &status, 0) < 0)
1032
new_pid =
my_waitpid
(pid, &status, __WALL);
1279
ret =
my_waitpid
(pid, &status, __WALL);
2056
ret =
my_waitpid
(new_pid, &status, __WALL);
2248
pid =
my_waitpid
(lp->ptid.lwp (), &status, __WALL | WNOHANG);
2288
linux_nat_wait_1 and there if we get called
my_waitpid
gets called
3371
lwpid =
my_waitpid
(-1, &status, __WALL | WNOHANG);
3669
res =
my_waitpid
(pid, NULL, __WALL);
/src/external/gpl3/gdb.old/dist/gdb/
linux-nat.c
566
if (
my_waitpid
(child_pid, &status, 0) < 0)
1032
new_pid =
my_waitpid
(pid, &status, __WALL);
1279
ret =
my_waitpid
(pid, &status, __WALL);
2056
ret =
my_waitpid
(new_pid, &status, __WALL);
2248
pid =
my_waitpid
(lp->ptid.lwp (), &status, __WALL | WNOHANG);
2288
linux_nat_wait_1 and there if we get called
my_waitpid
gets called
3371
lwpid =
my_waitpid
(-1, &status, __WALL | WNOHANG);
3669
res =
my_waitpid
(pid, NULL, __WALL);
/src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc
531
ret =
my_waitpid
(new_pid, &status, __WALL);
1343
res =
my_waitpid
(lwpid, &wstat, 0);
1345
res =
my_waitpid
(lwpid, &wstat, __WCLONE);
1534
ret =
my_waitpid
(lwpid, &status, __WALL);
1635
ret =
my_waitpid
(pid, &status, 0);
2608
ret =
my_waitpid
(-1, wstatp, options | WNOHANG);
5828
sigsuspend in
my_waitpid
. */
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc
532
ret =
my_waitpid
(new_pid, &status, __WALL);
1345
res =
my_waitpid
(lwpid, &wstat, 0);
1347
res =
my_waitpid
(lwpid, &wstat, __WCLONE);
1537
ret =
my_waitpid
(lwpid, &status, __WALL);
1638
ret =
my_waitpid
(pid, &status, 0);
2612
ret =
my_waitpid
(-1, wstatp, options | WNOHANG);
5843
sigsuspend in
my_waitpid
. */
Completed in 42 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026