|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CxxTest::TestSuite
|
+--TestMultithread
in test_lockfree.h
Inner Classes, Typedefs, and Enums | |
typedef |
TestMultithread::KeySet
|
typedef |
TestMultithread::KeySetIt
|
struct |
TestMultithread::ThreadFuncParam
|
Field Summary | |
private LFHash |
hash
|
private bool |
is_complete
|
private TestMultithread::KeySet |
keys
|
private LFList |
list
|
private pthread_mutex_t |
mutex
|
private intptr_t |
num_active_threads
|
Constructor Summary | |
TestMultithread()
|
Method Summary | |
void |
disabled_due_to_failure_on_p4_test_multithread()
|
private void |
setUp()
|
private void |
tearDown()
|
private static void* |
thread_func( void* arg )
|
Field Detail |
private LFHash hash;
private bool is_complete;
private TestMultithread::KeySet keys;
private LFList list;
private pthread_mutex_t mutex;
private intptr_t num_active_threads;
Constructor Detail |
public TestMultithread();
Method Detail |
public void disabled_due_to_failure_on_p4_test_multithread();
private void setUp();
private void tearDown();
private static void* thread_func( void* arg );
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |