Home
last modified time | relevance | path

Searched refs:__WAIT_INT (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dwait.h45 # define __WAIT_INT(status) \ macro
49 # define __WAIT_INT(status) (*(const int *) &(status))
72 # define __WAIT_INT(status) (status)
81 # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status))
82 # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status))
83 # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status))
84 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
85 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
86 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
88 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status))
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdlib.h52 # define __WAIT_INT(status) \ macro
56 # define __WAIT_INT(status) (*(int *) &(status))
79 # define __WAIT_INT(status) (status)
86 # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status))
87 # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status))
88 # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status))
89 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
90 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
91 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
93 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status))

Completed in 4 milliseconds