Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.tests
Struct TestMultithread::ThreadFuncParam

   in test_lockfree.h

struct TestMultithread::ThreadFuncParam


Field Summary
 TestMultithread* this_
          
 uintptr_t thread_number
          
 
Constructor Summary
ThreadFuncParam( TestMultithread* this__, uintptr_t thread_number_ )
          
 

Field Detail

this_

public TestMultithread* this_;

thread_number

public uintptr_t thread_number;


Constructor Detail

ThreadFuncParam

public ThreadFuncParam( TestMultithread* this__, uintptr_t thread_number_ );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD