Home
last modified time | relevance | path

Searched refs:AnnotateThreadName (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/tsan/
Dthread_name.cc14 extern "C" void AnnotateThreadName(const char *f, int l, const char *name);
20 AnnotateThreadName(__FILE__, __LINE__, "Thread1"); in Thread1()
29 AnnotateThreadName(__FILE__, __LINE__, "Thread2"); in Thread2()
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h305 DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(__FILE__, __LINE__, name)
512 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc419 void INTERFACE_ATTRIBUTE AnnotateThreadName( in AnnotateThreadName() function
421 SCOPED_ANNOTATION(AnnotateThreadName); in AnnotateThreadName()