Searched refs:AnnotateThreadName (Results 1 – 3 of 3) sorted by relevance
14 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()
305 DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(__FILE__, __LINE__, name)512 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(
419 void INTERFACE_ATTRIBUTE AnnotateThreadName( in AnnotateThreadName() function421 SCOPED_ANNOTATION(AnnotateThreadName); in AnnotateThreadName()