OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewThreadPool
(Results
1 - 4
of
4
) sorted by null
/build/kati/
thread_pool.h
33
ThreadPool*
NewThreadPool
(int num_threads);
thread_pool.cc
88
ThreadPool*
NewThreadPool
(int num_threads) {
regen.cc
360
unique_ptr<ThreadPool> tp(
NewThreadPool
(g_flags.num_jobs));
ninja.cc
600
unique_ptr<ThreadPool> tp(
NewThreadPool
(g_flags.num_jobs));
Completed in 511 milliseconds