Searched defs:SHARED_LOCK_FUNCTION (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsharedexclusivelock.h44 explicit SharedScope(SharedExclusiveLock* lock) SHARED_LOCK_FUNCTION(lock) function in class:rtc::SharedScope
H A Dthread_annotations.h83 #define SHARED_LOCK_FUNCTION(...) \ macro
/external/webrtc/webrtc/system_wrappers/include/
H A Drw_lock_wrapper.h30 virtual void AcquireLockShared() SHARED_LOCK_FUNCTION() = 0;
38 ReadLockScoped(RWLockWrapper& rw_lock) SHARED_LOCK_FUNCTION(rw_lock) function in class:webrtc::ReadLockScoped
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c12 #define SHARED_LOCK_FUNCTION(...) __attribute__ ((shared_lock_function(__VA_ARGS__))) macro
36 void mutex_shared_lock(struct Mutex *mu) SHARED_LOCK_FUNCTION(mu);
/external/tensorflow/tensorflow/core/platform/default/
H A Dthread_annotations.h120 #define SHARED_LOCK_FUNCTION(...) \ macro
H A Dmutex.h52 void lock_shared() SHARED_LOCK_FUNCTION() { nsync::nsync_mu_rlock(&mu_); } function in class:tensorflow::mutex
106 explicit tf_shared_lock(mutex_type& mu) SHARED_LOCK_FUNCTION(mu) : mu_(&mu) { function in class:tensorflow::tf_shared_lock
110 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) SHARED_LOCK_FUNCTION(mu) function in class:tensorflow::tf_shared_lock
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-negative.cpp15 #define SHARED_LOCK_FUNCTION(...) __attribute__ ((shared_lock_function(__VA_ARGS__))) macro
H A Dwarn-thread-safety-verbose.cpp12 #define SHARED_LOCK_FUNCTION(...) __attribute__ ((shared_lock_function(__VA_ARGS__))) macro
H A Dwarn-thread-safety-parsing.cpp12 #define SHARED_LOCK_FUNCTION(...) __attribute__ ((shared_lock_function(__VA_ARGS__))) macro
30 void ReaderLock() SHARED_LOCK_FUNCTION();
644 void slf_function() SHARED_LOCK_FUNCTION();
646 void slf_function_args() SHARED_LOCK_FUNCTION(mu1, mu2);
648 int slf_testfn(int y) SHARED_LOCK_FUNCTION();
651 int x SHARED_LOCK_FUNCTION() = y; // \
656 int slf_test_var SHARED_LOCK_FUNCTION(); // \
659 void slf_fun_params(int lvar SHARED_LOCK_FUNCTION()); // \
664 int test_field SHARED_LOCK_FUNCTION(); // \
666 void test_method() SHARED_LOCK_FUNCTION();
[all...]
H A Dwarn-thread-safety-analysis.cpp15 #define SHARED_LOCK_FUNCTION(...) __attribute__((shared_lock_function(__VA_ARGS__))) macro
55 ReaderMutexLock(Mutex *mu) SHARED_LOCK_FUNCTION(mu);
77 void beginNoWarnOnReads() SHARED_LOCK_FUNCTION("*");
2900 void slock1() SHARED_LOCK_FUNCTION(mu1_);
2923 void Foo::slock1() SHARED_LOCK_FUNCTION(mu1_) { function in namespace:DuplicateAttributeTest
3668 void readerlock() SHARED_LOCK_FUNCTION(mu1_)
3669 SHARED_LOCK_FUNCTION(mu2_);
3971 void readerLock() SHARED_LOCK_FUNCTION() { mu_.ReaderLock(); } function in class:LockUnlockFunctionTest::MyLockable
3986 void readerLock() SHARED_LOCK_FUNCTION(mu_) { function in class:LockUnlockFunctionTest::Foo
4000 void readerLockBad() SHARED_LOCK_FUNCTION(mu function in class:LockUnlockFunctionTest::Foo
4017 void readerLockBad2() SHARED_LOCK_FUNCTION(mu_) { // expected-note {{mutex acquired here}} function in class:LockUnlockFunctionTest::Foo
[all...]
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp20 #define SHARED_LOCK_FUNCTION(...) __attribute__ ((shared_lock_function(__VA_ARGS__))) macro
66 void beginNoWarnOnReads() SHARED_LOCK_FUNCTION("*");

Completed in 994 milliseconds