]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/thread: add a thread pool impl
authorKefu Chai <kchai@redhat.com>
Thu, 7 Jun 2018 12:23:11 +0000 (20:23 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 28 Jun 2018 15:52:54 +0000 (23:52 +0800)
commit28f079e08a0f9e387e6973adfc3c336519d64874
tree4a82f04ffe9e118bbda38b363a44f29773edb845
parentdee4574a66358dc31225e8f0292e509fe9ccc0ec
crimson/thread: add a thread pool impl

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/CMakeLists.txt
src/crimson/net/Config.h
src/crimson/thread/CMakeLists.txt
src/crimson/thread/ThreadPool.cc [new file with mode: 0644]
src/crimson/thread/ThreadPool.h [new file with mode: 0644]
src/test/crimson/CMakeLists.txt
src/test/crimson/test_thread_pool.cc [new file with mode: 0644]