OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnnotateIgnoreReadsBegin
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/drd/tests/
annotate_static.cpp
19
static inline void
AnnotateIgnoreReadsBegin
() { ANNOTATE_IGNORE_READS_BEGIN(); }
26
AnnotateIgnoreReadsBegin
();
/external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c
190
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsBegin
)(
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c
125
void
AnnotateIgnoreReadsBegin
(const char *file, int line){}
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c
125
void
AnnotateIgnoreReadsBegin
(const char *file, int line){}
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
379
void INTERFACE_ATTRIBUTE
AnnotateIgnoreReadsBegin
(char *f, int l) {
380
SCOPED_ANNOTATION(
AnnotateIgnoreReadsBegin
);
Completed in 752 milliseconds