Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dwaitstatus.h49 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
51 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f && ((status) & 0xff00)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dwait.h86 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdlib.h91 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))

Completed in 4 milliseconds