Searched defs:EXCLUSIVE_LOCK_FUNCTION (Results 1 – 5 of 5) sorted by relevance
7 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__((acquire_capability(__VA_ARGS__))) macro18 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__((exclusive_lock_function(__VA_ARGS__))) macro
13 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro 598 class EXCLUSIVE_LOCK_FUNCTION() ElfTestClass { // \ EXCLUSIVE_LOCK_FUNCTION() function [all...]
1643 Foo() EXCLUSIVE_LOCK_FUNCTION(fooMu) { } EXCLUSIVE_LOCK_FUNCTION() function in constructor_destructor_tests::Foo [all...]
11 #define EXCLUSIVE_LOCK_FUNCTION( global() macro
19 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock_function(__VA_ARGS__))) macro