Searched refs:SHARED_TRYLOCK_FUNCTION (Results 1 – 9 of 9) sorted by relevance
16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro34 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);793 void stf_function_args() SHARED_TRYLOCK_FUNCTION(1, mu2);795 void stf_function_arg() SHARED_TRYLOCK_FUNCTION(1);797 int stf_testfn(int y) SHARED_TRYLOCK_FUNCTION(1);800 int x SHARED_TRYLOCK_FUNCTION(1) = y; // \ in stf_testfn() local805 int stf_test_var SHARED_TRYLOCK_FUNCTION(1); // \ variable808 void stf_fun_params(int lvar SHARED_TRYLOCK_FUNCTION(1)); // \814 int test_field SHARED_TRYLOCK_FUNCTION(1); // \816 void test_method() SHARED_TRYLOCK_FUNCTION(1);[all …]
19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro3617 bool readertrylock() SHARED_TRYLOCK_FUNCTION(true, mu1_)3618 SHARED_TRYLOCK_FUNCTION(true, mu2_);
47 #ifndef SHARED_TRYLOCK_FUNCTION48 #define SHARED_TRYLOCK_FUNCTION(...) macro
89 #define SHARED_TRYLOCK_FUNCTION(...) \ macro
124 #define SHARED_TRYLOCK_FUNCTION(x) \ macro
16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
380 EXCLUSIVE_TRYLOCK_FUNCTION(<bool>, ...), SHARED_TRYLOCK_FUNCTION(<bool>, ...)760 #define SHARED_TRYLOCK_FUNCTION(...) \793 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);