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
264 tid_t tid = thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp322 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo() local
324 tid_t tid = thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1035 StructuredData::ObjectSP thread_id_obj = in AddThreadsForPath() local
1038 thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in AddThreadsForPath()