Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp265 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo() local
267 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp323 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo() local
325 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1031 StructuredData::ObjectSP thread_id_obj = in AddThreadsForPath() local
1033 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in AddThreadsForPath()