HomeSort by relevance Sort by last modified time
    Searched refs:SHARED_TRYLOCK_FUNCTION (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h 47 #ifndef SHARED_TRYLOCK_FUNCTION
48 #define SHARED_TRYLOCK_FUNCTION(...)
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__)))
34 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);
783 #if !__has_attribute(shared_trylock_function)
784 #error "Should support shared_trylock_function attribute"
790 void stf_function() __attribute__((shared_trylock_function)); // \
791 // expected-error {{'shared_trylock_function' attribute takes at least 1 argument}}
793 void stf_function_args() SHARED_TRYLOCK_FUNCTION(1, mu2);
795 void stf_function_arg() SHARED_TRYLOCK_FUNCTION(1);
797 int stf_testfn(int y) SHARED_TRYLOCK_FUNCTION(1)
    [all...]
warn-thread-safety-analysis.cpp 19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__)))
36 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h 124 #define SHARED_TRYLOCK_FUNCTION(x) \
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h 124 #define SHARED_TRYLOCK_FUNCTION(x) \
  /external/chromium_org/third_party/webrtc/base/
thread_annotations.h 89 #define SHARED_TRYLOCK_FUNCTION(...) \
90 THREAD_ANNOTATION_ATTRIBUTE__(shared_trylock_function(__VA_ARGS__))
  /art/runtime/base/
macros.h 209 #define SHARED_TRYLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(shared_trylock_function(__VA_ARGS__))
215 #define SHARED_TRYLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(shared_trylock(__VA_ARGS__))
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__)))
  /art/runtime/
runtime.h 91 SHARED_TRYLOCK_FUNCTION(true, Locks::mutator_lock_);
504 SHARED_TRYLOCK_FUNCTION(true, Locks::mutator_lock_);
  /external/clang/test/PCH/
thread-safety-attrs.cpp 22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__)))
39 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
  /art/dex2oat/
dex2oat.cc 253 SHARED_TRYLOCK_FUNCTION(true, Locks::mutator_lock_) {
530 SHARED_TRYLOCK_FUNCTION(true, Locks::mutator_lock_) {
    [all...]

Completed in 3032 milliseconds