Home
last modified time | relevance | path

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

/external/strace/xlat/
Dwait4_options.h21 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
22 XLAT(WCONTINUED),
Dwait4_options.in8 WCONTINUED
/external/kernel-headers/original/uapi/linux/
Dwait.h8 #define WCONTINUED 0x00000008 macro
/external/mksh/src/
Djobs.c1342 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
1343 WCONTINUED | in j_sigchld()
1384 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
/external/strace/
DREADME-linux-ptrace109 Setting of WCONTINUED bit in waitpid flags is not recommended: the