Home
last modified time | relevance | path

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

/glibc-2.36/bits/
Dwaitstatus.h44 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
/glibc-2.36/posix/sys/
Dwait.h59 # define WIFSTOPPED(status) __WIFSTOPPED (status)
/glibc-2.36/stdlib/
Dstdlib.h49 # define WIFSTOPPED(status) __WIFSTOPPED (status)