Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp75 static constexpr std::chrono::seconds g_retrieve_report_data_function_timeout(2); variable
130 options.SetTimeout(g_retrieve_report_data_function_timeout); in RetrieveReportData()