Home
last modified time | relevance | path

Searched defs:SIGABRT (Results 1 – 3 of 3) sorted by relevance

/NextBSD/cddl/lib/libdtrace/
HDsignal.d37 inline int SIGABRT = 6; variable
/NextBSD/sys/sys/
HDsignal.h62 #define SIGABRT 6 /* abort() */ macro
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc94 const int SIGABRT = 6; variable