Lines Matching full:threads
124 // Start up worker threads.
126 // Spawn worker threads.
128 // Reap worker threads.
132 // Delete worker threads.
140 // Collect error counts from threads.
199 // polling threads.
209 // cache coherency threads.
224 int file_threads_; // Threads of file IO.
225 int net_threads_; // Threads of network IO.
226 int listen_threads_; // Threads for network IO to connect.
227 int memory_threads_; // Threads of memcpy.
228 int invert_threads_; // Threads of invert.
229 int fill_threads_; // Threads of memset.
230 int check_threads_; // Threads of strcmp.
231 int cpu_stress_threads_; // Threads of CPU stress workload.
232 int disk_threads_; // Threads of disk test.
233 int random_threads_; // Number of random disk threads.
234 int total_threads_; // Total threads used.
239 // used by the ccache threads
280 // Contains all worker threads.