Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c375 int to_wait_for = -1; in linux_wait_for_process() local
378 to_wait_for = (*childp)->lwpid; in linux_wait_for_process()
382 ret = waitpid (to_wait_for, wstatp, WNOHANG); in linux_wait_for_process()
392 ret = waitpid (to_wait_for, wstatp, WNOHANG | __WCLONE); in linux_wait_for_process()
411 if (to_wait_for == -1) in linux_wait_for_process()