OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
52
//
OsLayer
initialization.
53
OsLayer
::
OsLayer
() {
84
//
OsLayer
cleanup.
85
OsLayer
::~
OsLayer
() {
90
//
OsLayer
initialization.
91
bool
OsLayer
::Initialize() {
113
bool
OsLayer
::IsSupported() {
124
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
48
class
OsLayer
{
50
OsLayer
();
51
virtual ~
OsLayer
();
198
// Update
OsLayer
state regarding cpu support for various features.
293
DISALLOW_COPY_AND_ASSIGN(
OsLayer
);
297
//
OsLayer
::Initialize() on the new object.
298
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
272
class
OsLayer
*os_; // Os abstraction: put hacks here.
worker.h
218
class
OsLayer
*os_init,
395
class
OsLayer
*os_; // Os abstraction: put hacks here.
worker.cc
290
class
OsLayer
*os_init,
[
all
...]
Completed in 46 milliseconds