
Public Member Functions | |
| long | getShareCount () |
| void | setShareCount (long lc) |
| int | svc (void) |
| Execute thread. | |
Static Public Attributes | |
| static coil::Mutex | mtx |
| static long | ShareCount = 0L |
Definition at line 55 of file GuardTests.cpp.
| long Guard::GuardTests::TestGuardTask::getShareCount | ( | ) | [inline] |
Definition at line 85 of file GuardTests.cpp.
| void Guard::GuardTests::TestGuardTask::setShareCount | ( | long | lc | ) | [inline] |
Definition at line 89 of file GuardTests.cpp.
| int Guard::GuardTests::TestGuardTask::svc | ( | void | ) | [inline, virtual] |
Execute thread.
Execute thread
Reimplemented from coil::Task.
Definition at line 61 of file GuardTests.cpp.
coil::Mutex Guard::GuardTests::TestGuardTask::mtx [static] |
Definition at line 60 of file GuardTests.cpp.
long Guard::GuardTests::TestGuardTask::ShareCount = 0L [static] |
Definition at line 59 of file GuardTests.cpp.