HomeSort by relevance Sort by last modified time
    Searched refs:OsLayer (Results 1 - 10 of 10) sorted by null

  /external/stressapptest/src/
os_factory.cc 30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) {
31 OsLayer *os = 0;
32 os = new OsLayer();
os.cc 53 // OsLayer initialization.
54 OsLayer::OsLayer() {
89 // OsLayer cleanup.
90 OsLayer::~OsLayer() {
97 // OsLayer initialization.
98 bool OsLayer::Initialize() {
124 bool OsLayer::IsSupported() {
135 int OsLayer::AddressMode()
    [all...]
error_diag.h 151 bool set_os(OsLayer *os);
158 string AddressToDimmString(OsLayer *os, void *addr, int offset);
161 OsLayer *os_; // Platform handle.
finelock_queue.h 50 void set_os(OsLayer *os);
51 OsLayer::ErrCallback get_err_log_callback();
os.h 54 class OsLayer {
56 OsLayer();
57 virtual ~OsLayer();
301 // Update OsLayer state regarding cpu support for various features.
407 DISALLOW_COPY_AND_ASSIGN(OsLayer);
411 // OsLayer::Initialize() on the new object.
412 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options);
finelock_queue.cc 199 OsLayer *g_os;
212 void FineLockPEQueue::set_os(OsLayer *os) {
217 OsLayer::ErrCallback FineLockPEQueue::get_err_log_callback() {
225 OsLayer *os = g_os;
error_diag.cc 150 bool ErrorDiag::set_os(OsLayer *os) {
204 string ErrorDiag::AddressToDimmString(OsLayer *os, void *addr, int offset) {
sat.h 291 class OsLayer *os_; // Os abstraction: put hacks here.
worker.h 216 class OsLayer *os_init,
394 class OsLayer *os_; // Os abstraction: put hacks here.
worker.cc 282 class OsLayer *os_init,
    [all...]

Completed in 407 milliseconds