Searched refs:threadPoolPtr (Results 1 – 1 of 1) sorted by relevance
109 void MockSchedule(const std::shared_ptr<MockThreadPool> &threadPoolPtr, in MockSchedule() argument113 EXPECT_CALL(*threadPoolPtr, Execute(_, _)). in MockSchedule()127 void MockRemove(const std::shared_ptr<MockThreadPool> &threadPoolPtr, bool removeRes, int &removeCo… in MockRemove() argument129 …EXPECT_CALL(*threadPoolPtr, Remove).WillRepeatedly([removeRes, &removeCount](const TaskId &taskId,… in MockRemove()