Home
last modified time | relevance | path

Searched defs:__WIFSTOPPED (Results 1 – 1 of 1) 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

Completed in 2 milliseconds