OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotateIgnoreReadsBegin
(Results
1 - 13
of
13
) sorted by null
/external/compiler-rt/lib/tsan/lit_tests/
thread_end_with_ignore.cc
5
extern "C" void
AnnotateIgnoreReadsBegin
(const char *f, int l);
8
AnnotateIgnoreReadsBegin
("", 0);
ignore_race.cc
10
extern "C" void
AnnotateIgnoreReadsBegin
(const char *f, int l);
15
AnnotateIgnoreReadsBegin
(__FILE__, __LINE__);
/external/valgrind/main/drd/tests/
annotate_static.cpp
19
static inline void
AnnotateIgnoreReadsBegin
() { ANNOTATE_IGNORE_READS_BEGIN(); }
26
AnnotateIgnoreReadsBegin
();
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h
221
AnnotateIgnoreReadsBegin
(__FILE__, __LINE__)
476
void
AnnotateIgnoreReadsBegin
(const char *file, int line)
581
AnnotateIgnoreReadsBegin
(__FILE__, __LINE__)
dynamic_annotations.c
125
void
AnnotateIgnoreReadsBegin
(const char *file, int line){}
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h
221
AnnotateIgnoreReadsBegin
(__FILE__, __LINE__)
476
void
AnnotateIgnoreReadsBegin
(const char *file, int line)
581
AnnotateIgnoreReadsBegin
(__FILE__, __LINE__)
dynamic_annotations.c
125
void
AnnotateIgnoreReadsBegin
(const char *file, int line){}
/external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c
111
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsBegin
)(
dynamic_annotations.h
252
DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsBegin
)(__FILE__, __LINE__)
510
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsBegin
)(
/external/chromium_org/third_party/cld/base/
dynamic_annotations.h
161
AnnotateIgnoreReadsBegin
(__FILE__, __LINE__)
310
extern "C" void
AnnotateIgnoreReadsBegin
(const char *file, int line);
/external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c
190
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsBegin
)(
dynamic_annotations.h
251
DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsBegin
)(__FILE__, __LINE__)
515
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsBegin
)(
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
384
void INTERFACE_ATTRIBUTE
AnnotateIgnoreReadsBegin
(char *f, int l) {
385
SCOPED_ANNOTATION(
AnnotateIgnoreReadsBegin
);
Completed in 5187 milliseconds