![]() |
![]()
| ![]() |
![]()
NAMEsc::ThreadLock - The ThreadLock abstract class provides mutex locks to be used in conjunction with ThreadGrp's. SYNOPSIS#include <thread.h> Inherits sc::RefCount. Public Member Functionsvirtual void lock ()=0
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Additional Inherited MembersProtected Member Functions inherited from sc::RefCount
Detailed DescriptionThe ThreadLock abstract class provides mutex locks to be used in conjunction with ThreadGrp's. ThreadLock objects should be locked and unlocked with ThreadLockHolder objects to provide exception safety. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|