Inheritance diagram for Reader::
Public Methods | |
Reader (char *n=".", char c1='*', char c2='*') | |
virtual void | run () |
Public Attributes | |
char * | s |
char | k1 |
char | k2 |
|
Definition at line 39 of file RWLock_Test.cpp. 00039 : Basic_PThread(), 00040 s( n ), k1( c1 ), k2( c2 ) { } |
|
Reimplemented from Basic_PThread. Definition at line 42 of file RWLock_Test.cpp. |
|
Definition at line 56 of file RWLock_Test.cpp. |
|
Definition at line 57 of file RWLock_Test.cpp. |
|
Definition at line 55 of file RWLock_Test.cpp. |