Page Speed Optimization Libraries
1.13.35.1
|
#include "base/logging.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/condvar.h"
#include "pagespeed/kernel/base/thread_system.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/base/string_util.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::NullCondvar |
class | net_instaweb::NullCondvar::TimedWaitCallback |
class | net_instaweb::NullCondvarCapableMutex |
class | net_instaweb::NullThreadSystem |
Namespaces | |
net_instaweb | |
Unit-test framework for wget fetcher. | |
Zero-dependency mock thread-system for use in tests that don't actually use threads, to help test classes that need some mutexing or other thread-safety hooks.
Note that this thread-system does not currently make threads (even co-routines), but check-fails if you attempt to spawn a new thread.