Home
last modified time | relevance | path

Searched refs:pl_event (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp205 assert(info.pl_event == PL_EVENT_SIGNAL); in MonitorSIGTRAP()
368 assert(info.pl_event == PL_EVENT_SIGNAL); in MonitorSignal()
996 assert(info.pl_event == PL_EVENT_SIGNAL); in MonitorClone()
H A DNativeThreadFreeBSD.cpp332 if (info.pl_event != PL_EVENT_SIGNAL) in GetSiginfo()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h433 int pl_event; member