Home
last modified time | relevance | path

Searched refs:AnnotateThreadName (Results 1 – 6 of 6) 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/python/cpython3/Include/
Ddynamic_annotations.h260 AnnotateThreadName(__FILE__, __LINE__, name)
430 void AnnotateThreadName(const char *file, int line,
/external/python/cpython3/Python/
Ddynamic_annotations.c104 void AnnotateThreadName(const char *file, int line, in AnnotateThreadName() function
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h305 DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(__FILE__, __LINE__, name)
512 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(
Ddynamic_annotations.c186 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)( in DYNAMIC_ANNOTATIONS_NAME() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc419 void INTERFACE_ATTRIBUTE AnnotateThreadName( in AnnotateThreadName() function
421 SCOPED_ANNOTATION(AnnotateThreadName); in AnnotateThreadName()