HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateThreadName (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/test/tsan/
thread_name.cc 6 extern "C" void AnnotateThreadName(const char *f, int l, const char *name);
12 AnnotateThreadName(__FILE__, __LINE__, "Thread1");
21 AnnotateThreadName(__FILE__, __LINE__, "Thread2");
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 123 void AnnotateThreadName(const char *file, int line,
dynamic_annotations.h 264 AnnotateThreadName(__FILE__, __LINE__, name)
473 void AnnotateThreadName(const char *file, int line,
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 123 void AnnotateThreadName(const char *file, int line,
dynamic_annotations.h 264 AnnotateThreadName(__FILE__, __LINE__, name)
473 void AnnotateThreadName(const char *file, int line,
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 198 AnnotateThreadName(__FILE__, __LINE__, name)
308 extern "C" void AnnotateThreadName(const char *file, int line,
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 186 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(
dynamic_annotations.h 305 DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(__FILE__, __LINE__, name)
512 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 419 void INTERFACE_ATTRIBUTE AnnotateThreadName(
421 SCOPED_ANNOTATION(AnnotateThreadName);

Completed in 978 milliseconds