Page Speed Optimization Libraries
1.13.35.1
|
#include "pagespeed/kernel/base/abstract_mutex.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/thread_annotations.h"
Go to the source code of this file.
Namespaces | |
net_instaweb | |
Unit-test framework for wget fetcher. | |
Macros | |
#define | ScopedReader(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) |
This contains classes that abstract away creation of threads and synchronization primitives.
#define ScopedReader | ( | x | ) | COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) |
Catch bug where variable name is omitted with ScopedReader, e.g. ThreadSystem::ScopedReader(&lock);