Home
last modified time | relevance | path

Searched refs:MemoryRegionThread (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dworker.h790 class MemoryRegionThread : public WorkerThread {
792 MemoryRegionThread();
793 ~MemoryRegionThread();
819 DISALLOW_COPY_AND_ASSIGN(MemoryRegionThread);
Dworker.cc3252 MemoryRegionThread::MemoryRegionThread() { in MemoryRegionThread() function in MemoryRegionThread
3257 MemoryRegionThread::~MemoryRegionThread() { in ~MemoryRegionThread()
3264 bool MemoryRegionThread::SetRegion(void *region, int64 size) { in SetRegion()
3291 void MemoryRegionThread::ProcessError(struct ErrorRecord *error, in ProcessError()
3343 bool MemoryRegionThread::Work() { in Work()