Home
last modified time | relevance | path

Searched refs:__WALL (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dcurrent-lwp-dead.c110 ret = waitpid (new_pid, &status, __WALL); in main()
Dclone-new-thread-event.c84 ret = waitpid (new_pid, &status, __WALL); in main()
/netbsd/src/sys/sys/
Dwait.h126 #define __WALL WALLSIG macro
/netbsd/src/tests/lib/libc/sys/
Dt_wait_noproc.c182 __WALL, /* Linux compatibility, equal to WALLSIG */ in get_options4()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlinux-nat.c1026 new_pid = my_waitpid (pid, &status, __WALL); in linux_nat_post_attach_wait()
1273 ret = my_waitpid (pid, &status, __WALL); in detach_one_pid()
2050 ret = my_waitpid (new_pid, &status, __WALL); in linux_handle_extended_wait()
2242 pid = my_waitpid (lp->ptid.lwp (), &status, __WALL | WNOHANG); in wait_lwp()
3365 lwpid = my_waitpid (-1, &status, __WALL | WNOHANG); in linux_nat_wait_1()
3663 res = my_waitpid (pid, NULL, __WALL); in kill_wait_one_lwp()
DChangeLog-2015175 __WALL.
180 (linux_handle_extended_wait): Use __WALL. Don't set the cloned
182 (wait_lwp): Use __WALL. Update comments.
187 (linux_nat_wait_1): Use __WALL.
189 Use __WALL instead.
202 * nat/linux-waitpid.c (my_waitpid): No longer emulate __WALL.