Lines Matching full:threads

151     logprintf(7, "Log: Defaulting to %d copy threads\n", memory_threads_);  in CheckEnvironment()
458 // Use fill threads to do this. in InitializePages()
462 logprintf(12, "Starting Fill threads: %d threads, %d pages\n", in InitializePages()
464 // Initialize the fill threads. in InitializePages()
469 logprintf(12, "Starting Fill Threads %d: %d pages\n", in InitializePages()
474 logprintf(12, "Starting Fill Threads %d: %d pages\n", in InitializePages()
481 // Spawn the fill threads. in InitializePages()
487 // Reap the finished fill threads. in InitializePages()
701 cc_test_ = false; // Flag to trigger cc threads. in Sat()
716 // Default to autodetect number of cpus, and run that many threads. in Sat()
814 // Set number of memory copy threads. in ParseArgs()
817 // Set number of memory invert threads. in ParseArgs()
820 // Set number of check-only threads. in ParseArgs()
845 // Set number of CPU stress threads. in ParseArgs()
950 // Set number of disk random threads for each disk write thread. in ParseArgs()
951 ARG_IVALUE("--random-threads", random_threads_); in ParseArgs()
973 // Run threads that listen for incoming SAT net connections. in ParseArgs()
1100 " -m threads number of memory copy threads to run\n" in PrintHelp()
1101 " -i threads number of memory invert threads to run\n" in PrintHelp()
1102 " -C threads number of memory CPU stress threads to run\n" in PrintHelp()
1120 "to network threads.\n" in PrintHelp()
1139 " --random-threads number of random threads for each disk " in PrintHelp()
1147 "to allocate for the cache coherency threads to operate\n" in PrintHelp()
1179 // Launch the SAT task threads. Returns 0 on error.
1181 // Memory copy threads. in InitializeThreads()
1184 logprintf(12, "Log: Starting worker threads\n"); in InitializeThreads()
1202 // Only start error poll threads for monitor-mode SAT, in InitializeThreads()
1203 // skip all other types of worker threads. in InitializeThreads()
1257 // File IO threads. in InitializeThreads()
1264 // Set disk threads high priority. They don't take much processor time, in InitializeThreads()
1272 // Net IO threads. in InitializeThreads()
1294 // Result check threads. in InitializeThreads()
1305 // Memory invert threads. in InitializeThreads()
1306 logprintf(12, "Log: Starting invert threads\n"); in InitializeThreads()
1317 // Disk stress threads. in InitializeThreads()
1320 logprintf(12, "Log: Starting disk stress threads\n"); in InitializeThreads()
1322 // Creating write threads in InitializeThreads()
1339 // Creating random threads in InitializeThreads()
1360 // CPU stress threads. in InitializeThreads()
1362 logprintf(12, "Log: Starting cpu stress threads\n"); in InitializeThreads()
1375 // Go in reverse order for CPU stress threads. This assures interleaved in InitializeThreads()
1397 // CPU Cache Coherency Threads - one for each core available. in InitializeThreads()
1400 logprintf(12, "Log: Starting cpu cache coherency threads\n"); in InitializeThreads()
1402 // Allocate the shared datastructure to be worked on by the threads. in InitializeThreads()
1468 // This thread should be paused when other threads are paused. in InitializeThreads()
1498 // Notify and reap worker threads.
1500 logprintf(12, "Log: Joining worker threads\n"); in JoinThreads()
1518 // Spawn 4 check threads to minimize check time. in JoinThreads()
1523 // No need for check threads for monitor mode. in JoinThreads()
1525 // Initialize the check threads. in JoinThreads()
1536 // Check threads should be marked to stop ASAP. in JoinThreads()
1539 // Spawn the check threads. in JoinThreads()
1546 // Join the check threads. in JoinThreads()
1553 // Reap all children. Stopped threads should have already ended. in JoinThreads()
1554 // Result checking threads will end when they have finished in JoinThreads()
1556 logprintf(12, "Log: Join all outstanding threads\n"); in JoinThreads()
1584 // Add in any errors from check threads. in JoinThreads()
1781 // Get total error count, summing across all threads..
1802 logprintf(12, "Log: Spawning worker threads\n"); in SpawnThreads()
1815 logprintf(12, "Log: Deleting worker threads\n"); in DeleteThreads()
1862 // thread is only guaranteed to see the new value after both threads have in Run()
1869 // the worker threads, forcing them to be handled by this thread. in Run()
1880 // Kick off all the worker threads. in Run()
1881 logprintf(12, "Log: Launching worker threads\n"); in Run()
1949 // Tell worker threads to pause in preparation for a power spike. in Run()
1950 logprintf(4, "Log: Pausing worker threads in preparation for power spike " in Run()
1953 logprintf(12, "Log: Worker threads paused\n"); in Run()
1959 // Tell worker threads to resume in order to cause a power spike. in Run()
1960 logprintf(4, "Log: Resuming worker threads to cause a power spike (%d " in Run()
1963 logprintf(12, "Log: Worker threads resumed\n"); in Run()