Searched refs:__WALL (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | current-lwp-dead.c | 110 ret = waitpid (new_pid, &status, __WALL); in main()
|
| D | clone-new-thread-event.c | 84 ret = waitpid (new_pid, &status, __WALL); in main()
|
| /netbsd/src/sys/sys/ |
| D | wait.h | 126 #define __WALL WALLSIG macro
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_wait_noproc.c | 182 __WALL, /* Linux compatibility, equal to WALLSIG */ in get_options4()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | linux-nat.c | 1026 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()
|
| D | ChangeLog-2015 | 175 __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.
|