HomeSort by relevance Sort by last modified time
    Searched refs:AnnotateThreadName (Results 1 - 2 of 2) 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/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 417 void INTERFACE_ATTRIBUTE AnnotateThreadName(
419 SCOPED_ANNOTATION(AnnotateThreadName);

Completed in 283 milliseconds