Searched refs:msSingleton (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/libutil/
H A DLog.cc31 Log* Log::msSingleton = NULL;
39 ASSERT(!msSingleton, "Log singleton is allocated");
40 msSingleton = new Log(log_file_name_);
48 ASSERT(msSingleton, "Log singleton is not allocated");
49 delete msSingleton;
50 msSingleton = NULL;
59 ASSERT(msSingleton, "Log singleton is not allocated");
60 msSingleton->ofs << str_;
69 ASSERT(msSingleton, "Log singleton is not allocated");
70 msSingleton
[all...]
H A DLog.h51 static Log* msSingleton; member in class:LibUtil::Log

Completed in 4 milliseconds