reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
 1015   info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach(
 1016       [process_sp, threads, path, info](StructuredData::Object *o) -> bool {
 1034         new_thread_sp->SetName(GenerateThreadName(path, o, info).c_str());