Searched defs:SIGABRT (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libc/secure/
H A Dstack_protector.c130 (void)kill(getpid(), SIGABRT); local
/freebsd-11-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c165 ATF_REQUIRE_EQ(WTERMSIG(status), SIGABRT); local
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c101 kill(getpid(), SIGABRT); local
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c92 kill(getpid(), SIGABRT); local
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c206 ATF_REQUIRE_EQ(WTERMSIG(status), SIGABRT); local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmaint.c103 kill (getpid (), SIGABRT); local
/freebsd-11-stable/sys/sys/
H A Dsignal.h79 #define SIGABRT 6 /* abort() */ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp118 const int SIGABRT = 6; variable

Completed in 97 milliseconds