Lines Matching refs:ThreadRestrictionsTest
19 class ThreadRestrictionsTest : public testing::Test { class
21 ThreadRestrictionsTest() = default;
22 ~ThreadRestrictionsTest() override { in ~ThreadRestrictionsTest()
27 DISALLOW_COPY_AND_ASSIGN(ThreadRestrictionsTest);
32 TEST_F(ThreadRestrictionsTest, BlockingAllowedByDefault) { in TEST_F() argument
36 TEST_F(ThreadRestrictionsTest, ScopedDisallowBlocking) { in TEST_F() argument
44 TEST_F(ThreadRestrictionsTest, ScopedAllowBlocking) { in TEST_F() argument
53 TEST_F(ThreadRestrictionsTest, ScopedAllowBlockingForTesting) { in TEST_F() argument
62 TEST_F(ThreadRestrictionsTest, BaseSyncPrimitivesAllowedByDefault) {} in TEST_F() argument
64 TEST_F(ThreadRestrictionsTest, DisallowBaseSyncPrimitives) { in TEST_F() argument
69 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitives) { in TEST_F() argument
75 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitivesResetsState) { in TEST_F() argument
81 TEST_F(ThreadRestrictionsTest, in TEST_F() argument
92 TEST_F(ThreadRestrictionsTest, in TEST_F() argument
101 TEST_F(ThreadRestrictionsTest, in TEST_F() argument
111 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitivesForTesting) { in TEST_F() argument
118 TEST_F(ThreadRestrictionsTest, in TEST_F() argument
128 TEST_F(ThreadRestrictionsTest, in TEST_F() argument