Home
last modified time | relevance | path

Searched defs:EXCLUSIVE_LOCK_FUNCTION (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/base/
Dthread_annotations_unittest.cc19 AutoLock(Lock& lock) EXCLUSIVE_LOCK_FUNCTION(lock) : lock_(lock) { in EXCLUSIVE_LOCK_FUNCTION() function in __anon3e211dfc0111::AutoLock
Dthread_annotations.h142 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/cronet/base/
Dthread_annotations_unittest.cc20 AutoLock(Lock& lock) EXCLUSIVE_LOCK_FUNCTION(lock) : lock_(lock) { in EXCLUSIVE_LOCK_FUNCTION() function in __anon4979e8d20111::AutoLock
Dthread_annotations.h150 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_mutex_impl.h24 #define EXCLUSIVE_LOCK_FUNCTION(...) macro
/external/leveldb/port/
Dthread_annotations.h69 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp11 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-negative.cpp14 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-parsing.cpp11 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro
594 class EXCLUSIVE_LOCK_FUNCTION() ElfTestClass { // \ in EXCLUSIVE_LOCK_FUNCTION() function
Dwarn-thread-safety-analysis.cpp14 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__((exclusive_lock_function(__VA_ARGS__))) macro
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_annotations.h174 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dthread_annotations.h174 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dthread_annotations.h174 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/abseil-cpp/absl/base/internal/
Dthread_annotations.h174 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/
Dthread_annotations.h174 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c11 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro
/external/cronet/base/task/thread_pool/
Dsequence.cc27 EXCLUSIVE_LOCK_FUNCTION(lock) in EXCLUSIVE_LOCK_FUNCTION() function in base::internal::__anonacb341090111::AnnotateLockAcquired
/external/clang/test/PCH/
Dthread-safety-attrs.cpp19 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro