HomeSort by relevance Sort by last modified time
    Searched defs:__WEXITSTATUS (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
waitstatus.h 29 #define __WEXITSTATUS(status) (((status) & 0xff00) >> 8)
35 #define __WSTOPSIG(status) __WEXITSTATUS(status)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
waitstatus.h 29 #define __WEXITSTATUS(status) (((status) & 0xff00) >> 8)
35 #define __WSTOPSIG(status) __WEXITSTATUS(status)

Completed in 1253 milliseconds