#include <public/IThreader.h>
Public Member Functions | |
| virtual | ~IMutex () |
| virtual bool | TryLock ()=0 |
| Attempts to lock, but returns instantly. | |
| virtual void | Lock ()=0 |
| Attempts to lock by waiting for release. | |
| virtual void | Unlock ()=0 |
| Unlocks the mutex. | |
| virtual void | DestroyThis ()=0 |
| Destroys the mutex handle. | |
Definition at line 244 of file IThreader.h.
| virtual SourceMod::IMutex::~IMutex | ( | ) | [inline, virtual] |
Virtual Destructor
Definition at line 248 of file IThreader.h.
| virtual bool SourceMod::IMutex::TryLock | ( | ) | [pure virtual] |
Attempts to lock, but returns instantly.
1.5.1