Searched refs:SHARED_TRYLOCK_FUNCTION (Results 1 – 11 of 11) 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 …]
16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__((shared_trylock_function(__VA_ARGS__))) macro3674 bool readertrylock() SHARED_TRYLOCK_FUNCTION(true, mu1_)3675 SHARED_TRYLOCK_FUNCTION(true, mu2_);
89 #define SHARED_TRYLOCK_FUNCTION(...) \ macro
170 #define SHARED_TRYLOCK_FUNCTION(...) \ macro
137 #define SHARED_TRYLOCK_FUNCTION(...) \ macro
50 bool try_lock_shared() SHARED_TRYLOCK_FUNCTION(true);
22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
409 *Previously:* ``EXCLUSIVE_TRYLOCK_FUNCTION``, ``SHARED_TRYLOCK_FUNCTION``928 #define SHARED_TRYLOCK_FUNCTION(...) \