Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dthread_annotations.h86 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) \ macro
/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp15 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-negative.cpp18 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-parsing.cpp15 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro
727 int x EXCLUSIVE_TRYLOCK_FUNCTION(1) = y; // \ in etf_testfn() local
732 int etf_test_var EXCLUSIVE_TRYLOCK_FUNCTION(1); // \ variable
Dwarn-thread-safety-analysis.cpp18 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__((exclusive_trylock_function(__VA_ARGS__))) macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c15 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp21 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) __attribute__ ((exclusive_trylock_function(__VA_ARGS__))) macro