Home
last modified time | relevance | path

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

/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/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