HomeSort by relevance Sort by last modified time
    Searched defs:Sat (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
sat.cc 15 // sat.cc : a stress test for stressful testing
17 // stressapptest (or SAT, from Stressful Application Test) is a test
47 #include "sat.h"
59 // This makes Sat objects not safe for multiple instances.
61 Sat *g_sat = NULL;
76 bool Sat::InitializeLogfile() {
110 bool Sat::CheckEnvironment() {
115 logprintf(1, "Log: Running DEBUG version of SAT, "
118 logprintf(0, "Process Error: Running DEBUG version of SAT, "
200 bool Sat::AllocateMemory()
    [all...]
sat.h 15 // sat.h : sat stress test object interface and data structures
34 // SAT stress test class.
35 class Sat {
40 Sat();
41 virtual ~Sat();
57 // Return value is success or failure of the SAT run, *not* of this function!
187 int monitor_mode_; // Switch for monitor-only mode SAT.
189 // argument, as SAT will only run error
303 Sat::PageQueueType pe_q_implementation_; // Queue implementation switc
    [all...]

Completed in 42 milliseconds