Lines Matching refs:test_method
131 void test_method() NO_THREAD_SAFETY_ANALYSIS;
255 void test_method() LOCKABLE; // \
295 void test_method() SCOPED_LOCKABLE; // \
600 void test_method() EXCLUSIVE_LOCK_FUNCTION(); // \
682 void test_method() SHARED_LOCK_FUNCTION(); // \
758 void test_method() EXCLUSIVE_TRYLOCK_FUNCTION(1); // \
839 void test_method() SHARED_TRYLOCK_FUNCTION(1); // \
910 void test_method() UNLOCK_FUNCTION(); // \
993 void test_method() LOCK_RETURNED(mu1);
1061 void test_method() LOCKS_EXCLUDED(mu1);
1129 void test_method() EXCLUSIVE_LOCKS_REQUIRED(mu1);
1198 void test_method() SHARED_LOCKS_REQUIRED(mu1);