Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c4297 #define DOWAIT_NONBLOCK 0 macro
4460 block = DOWAIT_NONBLOCK; in dowait()
4462 if (block == DOWAIT_NONBLOCK && !gotchld) in dowait()
4472 block = DOWAIT_NONBLOCK; in dowait()
4566 dowait(DOWAIT_NONBLOCK, NULL); in showjobs()
5411 dowait(jp ? DOWAIT_BLOCK : DOWAIT_NONBLOCK, jp); in waitforjob()