Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp270 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo() local
272 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp323 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo() local
325 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp1031 StructuredData::ObjectSP thread_id_obj = in AddThreadsForPath() local
1033 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in AddThreadsForPath()