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

  /external/compiler-rt/test/tsan/
thread_name.cc 14 extern "C" void AnnotateThreadName(const char *f, int l, const char *name);
20 AnnotateThreadName(__FILE__, __LINE__, "Thread1");
29 AnnotateThreadName(__FILE__, __LINE__, "Thread2");
  /external/libchrome/base/third_party/dynamic_annotations/
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 244 milliseconds