OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotateRWLockReleased
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/tsan/
mutex_bad_unlock.cc
2
extern "C" void
AnnotateRWLockReleased
(const char *f, int l, void *m, long rw);
6
AnnotateRWLockReleased
(__FILE__, __LINE__, &m, 1);
11
// CHECK: #0
AnnotateRWLockReleased
15
// CHECK: #0
AnnotateRWLockReleased
mutex_bad_read_unlock.cc
3
extern "C" void
AnnotateRWLockReleased
(const char *f, int l, void *m, long rw);
8
AnnotateRWLockReleased
(__FILE__, __LINE__, &m, 0);
13
// CHECK: #0
AnnotateRWLockReleased
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
275
void INTERFACE_ATTRIBUTE
AnnotateRWLockReleased
(char *f, int l, uptr m,
277
SCOPED_ANNOTATION(
AnnotateRWLockReleased
);
Completed in 279 milliseconds