Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group_semaphore_unittest.cc603 class ThreadGroupSemaphoreStandbyPolicyTest class
607 ThreadGroupSemaphoreStandbyPolicyTest() = default;
608 ThreadGroupSemaphoreStandbyPolicyTest(
609 const ThreadGroupSemaphoreStandbyPolicyTest&) = delete;
610 ThreadGroupSemaphoreStandbyPolicyTest& operator=(
611 const ThreadGroupSemaphoreStandbyPolicyTest&) = delete;
624 TEST_F(ThreadGroupSemaphoreStandbyPolicyTest, InitOne) { in TEST_F() argument