Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dwait.h52 #define _WCONTINUED 0177777 /* process has continued */ macro
59 #define WIFCONTINUED(x) (((x) & _WCONTINUED) == _WCONTINUED)
/openbsd/sys/kern/
H A Dkern_exit.c607 *statusp = _WCONTINUED; in dowait6()