Searched defs:ThreadRestrictionsTest (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/base/threading/ |
H A D | thread_restrictions_unittest.cc | 22 class ThreadRestrictionsTest : public testing::Test { class 36 TEST_F(ThreadRestrictionsTest, BlockingAllowedByDefault) { in TEST_F() argument 40 TEST_F(ThreadRestrictionsTest, ScopedDisallowBlocking) { in TEST_F() argument 48 TEST_F(ThreadRestrictionsTest, ScopedAllowBlocking) { in TEST_F() argument 57 TEST_F(ThreadRestrictionsTest, ScopedAllowBlockingForTesting) { in TEST_F() argument 66 TEST_F(ThreadRestrictionsTest, BaseSyncPrimitivesAllowedByDefault) { in TEST_F() argument 70 TEST_F(ThreadRestrictionsTest, DisallowBaseSyncPrimitives) { in TEST_F() argument 75 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitives) { in TEST_F() argument 81 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitivesResetsState) { in TEST_F() argument 87 TEST_F(ThreadRestrictionsTest, in TEST_F() argument [all …]
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | thread_restrictions_unittest.cc | 19 class ThreadRestrictionsTest : public testing::Test { class 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 [all …]
|