OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotateIgnoreReadsEnd
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/lit_tests/
ignore_race.cc
11
extern "C" void
AnnotateIgnoreReadsEnd
(const char *f, int l);
17
AnnotateIgnoreReadsEnd
(__FILE__, __LINE__);
/external/valgrind/main/drd/tests/
annotate_static.cpp
20
static inline void
AnnotateIgnoreReadsEnd
() { ANNOTATE_IGNORE_READS_END(); }
28
AnnotateIgnoreReadsEnd
();
/external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c
113
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsEnd
)(
dynamic_annotations.h
256
DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsEnd
)(__FILE__, __LINE__)
512
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreReadsEnd
)(
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
329
void INTERFACE_ATTRIBUTE
AnnotateIgnoreReadsEnd
(char *f, int l) {
330
SCOPED_ANNOTATION(
AnnotateIgnoreReadsEnd
);
Completed in 376 milliseconds