Searched defs:WIFSIGNALED (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c136 ASSERT_FALSE(WIFSIGNALED(status)) { function
/linux-master/tools/include/nolibc/
H A Dtypes.h111 #define WIFSIGNALED(status) ((status) - 1 < 0xff) macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c917 EXPECT_TRUE(WIFSIGNALED(status)) { function

Completed in 235 milliseconds