Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dwaitstatus.h45 #define __WIFSIGNALED(status) (((unsigned)((status) & 0xffff) - 1U) < 0xffU) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dwait.h85 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdlib.h90 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))

Completed in 4 milliseconds