Searched defs:thread_factory (Results 1 – 3 of 3) sorted by relevance
28 auto thread_factory = pool.get_thread_factory(); in TEST() local53 auto thread_factory = pool.get_thread_factory(); in TEST() local
14 typedef std::function<std::thread(std::function<void()>)> thread_factory; typedef
426 std::shared_ptr<ThreadFactory> thread_factory = nullptr; member476 const std::shared_ptr<ThreadFactory>& thread_factory() { in thread_factory() function