HomeSort by relevance Sort by last modified time
    Searched defs:SHARED_TRYLOCK_FUNCTION (Results 1 - 9 of 9) 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/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/clang/test/Sema/
warn-thread-safety-analysis.c 16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__)))
  /art/runtime/base/
macros.h 177 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock(__VA_ARGS__)))
198 #define SHARED_TRYLOCK_FUNCTION(...)
  /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 159 SHARED_TRYLOCK_FUNCTION(true, Locks::mutator_lock_) {
339 SHARED_TRYLOCK_FUNCTION(true, Locks::mutator_lock_) {
    [all...]
  /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);
781 #if !__has_attribute(shared_trylock_function)
782 #error "Should support shared_trylock_function attribute"
788 void stf_function() __attribute__((shared_trylock_function)); // \
791 void stf_function_args() SHARED_TRYLOCK_FUNCTION(1, mu2);
793 void stf_function_arg() SHARED_TRYLOCK_FUNCTION(1);
795 int stf_testfn(int y) SHARED_TRYLOCK_FUNCTION(1);
798 int x SHARED_TRYLOCK_FUNCTION(1) = y; //
    [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...]

Completed in 377 milliseconds