Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp262 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo() local
265 thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp320 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo() local
323 thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1033 StructuredData::ObjectSP thread_id_obj = in AddThreadsForPath() local
1036 thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in AddThreadsForPath()