|
typedef void(SharedMemTestBase::* | TestMethod )() |
|
|
| 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.
|
|
void net_instaweb::SharedMemTestBase::TestCreateTwice |
( |
| ) |
|
|
protected |
Make sure that re-creating a segment without a Destroy is safe and produces a distinct segment.
The documentation for this class was generated from the following file: