Home
last modified time | relevance | path

Searched defs:__status (Results 1 – 25 of 133) sorted by relevance

123456

/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_64_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_x86_64_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv7-a-neon_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/include/bits/
H A Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_x86_64_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv8-a_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm64_armv8-a_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/
H A Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/bits/
H A Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/bionic/libc/include/bits/
H A Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/include/bits/
H A Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_64_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm64_armv8-a_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/include/bits/
H A Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm64_armv8-a_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/bits/
H A Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (((__status) & 0xff) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm64_armv8-a_shared/gen/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) argument
44 #define WCOREDUMP(__status) ((__status) & 0x80) argument
47 #define WTERMSIG(__status) ((__status) & 0x7f) argument
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) argument
53 #define WIFEXITED(__status) (WTERMSIG(__status) == 0) argument
56 #define WIFSTOPPED(__status) (WTERMSIG(__status) == 0x7f) argument
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) argument
62 #define WIFCONTINUED(__status) ((__status) == 0xffff) argument

123456