Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d34 inline int SIGTRAP = 5; variable
/freebsd/sys/sys/
H A Dsignal.h78 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp124 const int SIGTRAP = 5; variable