Searched refs:__WIFSTOPPED (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Dwaitstatus.h45 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dwaitstatus.h45 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dwaitstatus.h45 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
H A Dwait.h87 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
H A Dwait.h87 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
H A Dwait.h87 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dstdlib.h90 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dstdlib.h90 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))

Completed in 205 milliseconds