Searched refs:EXCLUSIVE_TRYLOCK_FUNCTION (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dthread_annotations.h43 #ifndef EXCLUSIVE_TRYLOCK_FUNCTION
44 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) macro
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp15 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro
33 bool TryLock() EXCLUSIVE_TRYLOCK_FUNCTION(true);
720 void etf_function_args() EXCLUSIVE_TRYLOCK_FUNCTION(1, mu2);
722 void etf_function_arg() EXCLUSIVE_TRYLOCK_FUNCTION(1);
724 int etf_testfn(int y) EXCLUSIVE_TRYLOCK_FUNCTION(1);
727 int x EXCLUSIVE_TRYLOCK_FUNCTION(1) = y; // \
732 int etf_test_var EXCLUSIVE_TRYLOCK_FUNCTION(1); // \
737 int test_field EXCLUSIVE_TRYLOCK_FUNCTION(1); // \
739 void test_method() EXCLUSIVE_TRYLOCK_FUNCTION(1);
742 class EXCLUSIVE_TRYLOCK_FUNCTION(
[all...]
H A Dwarn-thread-safety-analysis.cpp18 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro
2509 bool lockBoth() EXCLUSIVE_TRYLOCK_FUNCTION(true, mu1_, mu2_);
3002 int tryLockMutexI() EXCLUSIVE_TRYLOCK_FUNCTION(1, mu_);
3003 Mutex* tryLockMutexP() EXCLUSIVE_TRYLOCK_FUNCTION(1, mu_);
3221 EXCLUSIVE_TRYLOCK_FUNCTION(true, &Foo::mu_);
3615 bool trylock() EXCLUSIVE_TRYLOCK_FUNCTION(true, mu1_)
3616 EXCLUSIVE_TRYLOCK_FUNCTION(true, mu2_);
/external/chromium_org/third_party/webrtc/base/
H A Dcriticalsection.h52 bool TryEnter() EXCLUSIVE_TRYLOCK_FUNCTION(true) { function in class:rtc::CriticalSection
92 bool TryEnter() EXCLUSIVE_TRYLOCK_FUNCTION(true) { function in class:rtc::CriticalSection
H A Dthread_annotations.h86 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) \ macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock.h84 inline bool TryLock() EXCLUSIVE_TRYLOCK_FUNCTION(true) { function in class:SpinLock
H A Dthread_annotations.h121 #define EXCLUSIVE_TRYLOCK_FUNCTION(x) \ macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock.h84 inline bool TryLock() EXCLUSIVE_TRYLOCK_FUNCTION(true) { function in class:SpinLock
H A Dthread_annotations.h121 #define EXCLUSIVE_TRYLOCK_FUNCTION(x) \ macro
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c15 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp21 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro

Completed in 280 milliseconds