Searched defs:ThreadRestrictionsTest (Results 1 – 1 of 1) sorted by relevance
19 class ThreadRestrictionsTest : public testing::Test { class32 TEST_F(ThreadRestrictionsTest, BlockingAllowedByDefault) { in TEST_F() argument36 TEST_F(ThreadRestrictionsTest, ScopedDisallowBlocking) { in TEST_F() argument44 TEST_F(ThreadRestrictionsTest, ScopedAllowBlocking) { in TEST_F() argument53 TEST_F(ThreadRestrictionsTest, ScopedAllowBlockingForTesting) { in TEST_F() argument62 TEST_F(ThreadRestrictionsTest, BaseSyncPrimitivesAllowedByDefault) {} in TEST_F() argument64 TEST_F(ThreadRestrictionsTest, DisallowBaseSyncPrimitives) { in TEST_F() argument69 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitives) { in TEST_F() argument75 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitivesResetsState) { in TEST_F() argument81 TEST_F(ThreadRestrictionsTest, in TEST_F() argument[all …]