Searched refs:AnnotateThreadName (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | thread_name.cc | 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()
|
/external/python/cpython3/Include/ |
D | dynamic_annotations.h | 260 AnnotateThreadName(__FILE__, __LINE__, name) 430 void AnnotateThreadName(const char *file, int line,
|
/external/python/cpython3/Python/ |
D | dynamic_annotations.c | 104 void AnnotateThreadName(const char *file, int line, in AnnotateThreadName() function
|
/external/libchrome/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.h | 305 DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(__FILE__, __LINE__, name) 512 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)(
|
D | dynamic_annotations.c | 186 void DYNAMIC_ANNOTATIONS_NAME(AnnotateThreadName)( in DYNAMIC_ANNOTATIONS_NAME() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 419 void INTERFACE_ATTRIBUTE AnnotateThreadName( in AnnotateThreadName() function 421 SCOPED_ANNOTATION(AnnotateThreadName); in AnnotateThreadName()
|