Home
last modified time | relevance | path

Searched defs:ThreadRestrictionsTest (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dthread_restrictions_unittest.cc19 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 …]