HomeSort by relevance Sort by last modified time
    Searched refs:__WAIT_INT (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h 46 # define __WAIT_INT(status) \
50 # define __WAIT_INT(status) (*(__const int *) &(status))
73 # define __WAIT_INT(status) (status)
82 # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status))
83 # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status))
84 # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status))
85 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
86 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
87 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
89 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h 46 # define __WAIT_INT(status) \
50 # define __WAIT_INT(status) (*(__const int *) &(status))
73 # define __WAIT_INT(status) (status)
82 # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status))
83 # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status))
84 # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status))
85 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
86 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
87 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
89 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 51 # define __WAIT_INT(status) \
55 # define __WAIT_INT(status) (*(int *) &(status))
78 # define __WAIT_INT(status) (status)
85 # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status))
86 # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status))
87 # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status))
88 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
89 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
90 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
92 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status)
    [all...]

Completed in 67 milliseconds