Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_perftest.cc186 class TestLoopThread : public base::PlatformThreadForTesting::Delegate { class
188 TestLoopThread(float (*test_fn)(Allocator*), Allocator* allocator) in TestLoopThread() function in partition_alloc::internal::__anone46897d20111::TestLoopThread
398 std::unique_ptr<TestLoopThread> noisy_neighbor_thread = nullptr; in RunTest()
401 std::make_unique<TestLoopThread>(noisy_neighbor_fn, alloc.get()); in RunTest()
404 std::vector<std::unique_ptr<TestLoopThread>> threads; in RunTest()
406 threads.push_back(std::make_unique<TestLoopThread>(test_fn, alloc.get())); in RunTest()