From ff06f202b94fa131861a7ff118e1b970e1351770 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 8 Sep 2017 13:48:23 +0100 Subject: COMPMID-417: Cleanup CPPScheduler Change-Id: I45028dc90db5c8c0ed1eba795d4652aa95305b48 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87053 Tested-by: Kaizen Reviewed-by: Georgios Pinitas Reviewed-by: Anthony Barbier --- arm_compute/runtime/CPP/CPPScheduler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm_compute/runtime/CPP/CPPScheduler.h') diff --git a/arm_compute/runtime/CPP/CPPScheduler.h b/arm_compute/runtime/CPP/CPPScheduler.h index 8351f0cbdd..17da7aeb78 100644 --- a/arm_compute/runtime/CPP/CPPScheduler.h +++ b/arm_compute/runtime/CPP/CPPScheduler.h @@ -26,7 +26,7 @@ #include "arm_compute/runtime/IScheduler.h" -#include +#include namespace arm_compute { @@ -67,8 +67,8 @@ private: /** Constructor: create a pool of threads. */ CPPScheduler(); - unsigned int _num_threads; - std::unique_ptr _threads; + unsigned int _num_threads; + std::list _threads; }; } #endif /* __ARM_COMPUTE_CPPSCHEDULER_H__ */ -- cgit v1.2.1