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

References

tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  961       result = Sprintf("%s access by thread %d",
  965       result = Sprintf("modifying access by thread %d", thread_id);
  967       result = Sprintf("%s%s of size %d%s by thread %d",
  976     result = Sprintf("Thread %d created", thread_id);
  987       result = Sprintf("Heap block allocated by thread %d", thread_id);
  989       result =
  998     result = Sprintf("Mutex M%d created", mutex_id);
 1004     result = Sprintf("Thread %d", thread_id);
 1007   result[0] = toupper(result[0]);
 1007   result[0] = toupper(result[0]);
 1009   return result;