tag
line
file
source code
WNOHANG
515
kernel/exit.c
if (options & WNOHANG)
WNOHANG
233
kernel/signal.c
while (sys_waitpid(-1,NULL,WNOHANG) > 0)