Home
last modified time | relevance | path

Searched refs:ThreadGroupSemaphoreImplTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group_semaphore_unittest.cc145 class ThreadGroupSemaphoreImplTest : public ThreadGroupSemaphoreImplTestBase, class
148 ThreadGroupSemaphoreImplTest(const ThreadGroupSemaphoreImplTest&) = delete;
149 ThreadGroupSemaphoreImplTest& operator=(const ThreadGroupSemaphoreImplTest&) =
153 ThreadGroupSemaphoreImplTest() = default;
311 TEST_F(ThreadGroupSemaphoreImplTest, ShouldYieldFloodedUserVisible) { in TEST_F() argument
427 : public ThreadGroupSemaphoreImplTest {
532 class BackgroundThreadGroupSemaphoreTest : public ThreadGroupSemaphoreImplTest {