Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp17 Alarm::Alarm(Duration timeout, bool run_callback_on_exit) in Alarm() argument
18 : m_timeout(timeout), m_run_callbacks_on_exit(run_callback_on_exit) { in Alarm()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DAlarm.h31 Alarm(Duration timeout, bool run_callback_on_exit = false);