OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotateIgnoreSyncEnd
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/test/tsan/
ignore_sync.cc
6
extern "C" void
AnnotateIgnoreSyncEnd
(const char*, int);
16
AnnotateIgnoreSyncEnd
(0, 0);
signal_sync2.cc
15
extern "C" void
AnnotateIgnoreSyncEnd
(const char *f, int l);
40
AnnotateIgnoreSyncEnd
(__FILE__, __LINE__);
/external/python/cpython3/Python/
dynamic_annotations.c
111
void
AnnotateIgnoreSyncEnd
(const char *file, int line){}
/external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.c
210
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreSyncEnd
)(
dynamic_annotations.h
286
DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreSyncEnd
)(__FILE__, __LINE__)
525
void DYNAMIC_ANNOTATIONS_NAME(
AnnotateIgnoreSyncEnd
)(
/external/python/cpython3/Include/
dynamic_annotations.h
242
AnnotateIgnoreSyncEnd
(__FILE__, __LINE__)
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
404
void INTERFACE_ATTRIBUTE
AnnotateIgnoreSyncEnd
(char *f, int l) {
405
SCOPED_ANNOTATION(
AnnotateIgnoreSyncEnd
);
Completed in 488 milliseconds