Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c4298 #define DOWAIT_BLOCK 1 macro
4308 int flags = block == DOWAIT_BLOCK ? 0 : WNOHANG; in waitproc()
5411 dowait(jp ? DOWAIT_BLOCK : DOWAIT_NONBLOCK, jp); in waitforjob()