Page Speed Optimization Libraries
1.13.35.1
|
#include "shared_mem_test_base.h"
Additional Inherited Members | |
Protected Types inherited from net_instaweb::SharedMemTestBase | |
typedef void(SharedMemTestBase::* | TestMethod )() |
Protected Member Functions inherited from net_instaweb::SharedMemTestBase | |
SharedMemTestBase (SharedMemTestEnv *test_env) | |
bool | CreateChild (TestMethod method) |
void | TestReadWrite (bool reattach) |
Basic read/write operation test. | |
void | TestLarge () |
Test with large data; also test initialization. | |
void | TestDistinct () |
Make sure that 2 segments don't interfere. | |
void | TestDestroy () |
Make sure destruction destroys things properly... | |
void | TestCreateTwice () |
void | TestTwoKids () |
Make sure between two kids see the SHM as well. | |
void | TestMutex () |
Test for mutex operation. | |
Passes in the SharedMemTestEnv to SharedMemTestBase via a template param to help glue us to the test framework