Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c4299 #define DOWAIT_BLOCK_OR_SIG 2 macro
4679 status = dowait(DOWAIT_BLOCK_OR_SIG | DOWAIT_JOBSTATUS, NULL); in waitcmd()
4681 dowait(DOWAIT_BLOCK_OR_SIG, NULL); in waitcmd()
4722 dowait(DOWAIT_BLOCK_OR_SIG, job); in waitcmd()