Searched refs:AnnotateCondVarWait (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Include/ |
D | dynamic_annotations.h | 107 AnnotateCondVarWait(__FILE__, __LINE__, cv, lock) 112 AnnotateCondVarWait(__FILE__, __LINE__, cv, NULL) 392 void AnnotateCondVarWait(const char *file, int line,
|
/external/libchrome/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.h | 127 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, lock) 132 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, NULL) 456 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(
|
D | dynamic_annotations.c | 106 void DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)( in DYNAMIC_ANNOTATIONS_NAME() argument
|
/external/python/cpython3/Python/ |
D | dynamic_annotations.c | 66 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait() function
|
/external/llvm-project/openmp/runtime/src/ |
D | tsan_annotations.cpp | 32 extern "C" __attribute__((weak)) void AnnotateCondVarWait(const char *f, int l, in AnnotateCondVarWait() function
|
D | tsan_annotations.h | 34 void AnnotateCondVarWait(const char *f, int l, uptr cv, uptr lock);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 248 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait() function 250 SCOPED_ANNOTATION(AnnotateCondVarWait); in AnnotateCondVarWait()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cpp | 248 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait() function 250 SCOPED_ANNOTATION(AnnotateCondVarWait); in AnnotateCondVarWait()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 21 <!-- AnnotateCondVarWait --> 22 …<elf-symbol name='AnnotateCondVarWait' type='func-type' binding='global-binding' visibility='defau… 27436 <!-- void AnnotateCondVarWait(char*, int, __sanitizer::uptr, __sanitizer::uptr) --> 27437 …AnnotateCondVarWait' mangled-name='AnnotateCondVarWait' filepath='../../.././libsanitizer/tsan/tsa…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 17 …<elf-symbol name='AnnotateCondVarWait' type='func-type' binding='global-binding' visibility='defau… 15919 …AnnotateCondVarWait' mangled-name='AnnotateCondVarWait' filepath='../../.././libsanitizer/tsan/tsa…
|