logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

sc::ThreadLock - The ThreadLock abstract class provides mutex locks to be used in conjunction with

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                                sc::ThreadLock(3)

Detailed Description

       The 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.

Name

       sc::ThreadLock - The ThreadLock abstract class provides mutex locks to be used in conjunction with
       ThreadGrp's.

Synopsis

       #include <thread.h>

       Inherits sc::RefCount.

   PublicMemberFunctions
       virtual void lock ()=0
           Obtain the lock.
       virtual void unlock ()=0
           Release the lock.

   AdditionalInheritedMembers

See Also