Searched refs:TestLoopThread (Results 1 – 1 of 1) sorted by relevance
186 class TestLoopThread : public base::PlatformThreadForTesting::Delegate { class188 TestLoopThread(float (*test_fn)(Allocator*), Allocator* allocator) in TestLoopThread() function in partition_alloc::internal::__anone46897d20111::TestLoopThread398 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()