[neurun] Extract ThreadPool into a separate file (#9302)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 2 Dec 2019 01:57:15 +0000 (10:57 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 2 Dec 2019 01:57:15 +0000 (10:57 +0900)
commit8c34f446d8883a29ec7160a1e95157d3e4f1558b
tree4cc892f5cf67ce876fdc1e472bcbe35ff92b9eb5
parentda94579487e17a9004d9778dd2550418888e82fd
[neurun] Extract ThreadPool into a separate file (#9302)

Extract ThreadPool into a separate file.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtime/neurun/core/src/exec/ParallelScheduler.cc
runtime/neurun/core/src/exec/ParallelScheduler.h
runtime/neurun/core/src/exec/ThreadPool.cc [new file with mode: 0644]
runtime/neurun/core/src/exec/ThreadPool.h [new file with mode: 0644]