Home
last modified time | relevance | path

Searched defs:EXCLUSIVE_LOCK_FUNCTION (Results 1 – 10 of 10) 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 __anon767d7dc00111::AutoLock
Dthread_annotations.h142 #define EXCLUSIVE_LOCK_FUNCTION(...) \ macro
/external/webrtc/webrtc/base/
Dthread_annotations.h80 #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/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h117 #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/clang/test/PCH/
Dthread-safety-attrs.cpp19 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro