Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp146 bool is_timeout_interrupt = IsTimeoutAsyncInterrupt(event_ptr); in DoPlanExplainsStop() local
151 is_timeout_interrupt, GetRemainingTimeoutMilliSeconds()); in DoPlanExplainsStop()
152 return is_timeout_interrupt; in DoPlanExplainsStop()