Searched defs:SHARED_TRYLOCK_FUNCTION (Results 1 – 4 of 4) sorted by relevance
11 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__((try_acquire_shared_capability(__VA_ARGS__))) macro22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__((shared_trylock_function(__VA_ARGS__))) macro
18 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro 816 void stf_function_arg() SHARED_TRYLOCK_FUNCTION(1); // \ variable 811 int x SHARED_TRYLOCK_FUNCTION(1) = y; // \ stf_testfn() local [all...]
16 #define SHARED_TRYLOCK_FUNCTION( global() macro
22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro