Searched defs:is_w (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c82 const char *file, int line, const volatile void *lock, long is_w)
86 const char *file, int line, const volatile void *lock, long is_w)
81 AnnotateRWLockAcquired( const char *file, int line, const volatile void *lock, long is_w) argument
85 AnnotateRWLockReleased( const char *file, int line, const volatile void *lock, long is_w) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.c72 const volatile void *lock, long is_w){}
74 const volatile void *lock, long is_w){}
71 AnnotateRWLockAcquired(const char *file, int line, const volatile void *lock, long is_w) argument
73 AnnotateRWLockReleased(const char *file, int line, const volatile void *lock, long is_w) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.c72 const volatile void *lock, long is_w){}
74 const volatile void *lock, long is_w){}
71 AnnotateRWLockAcquired(const char *file, int line, const volatile void *lock, long is_w) argument
73 AnnotateRWLockReleased(const char *file, int line, const volatile void *lock, long is_w) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc269 uptr is_w) {
271 if (is_w)
278 uptr is_w) {
280 if (is_w)
268 AnnotateRWLockAcquired(char *f, int l, uptr m, uptr is_w) argument
277 AnnotateRWLockReleased(char *f, int l, uptr m, uptr is_w) argument

Completed in 470 milliseconds