|
CppCommon 1.0.5.0
C++ Common Library
|
This is the complete list of members for CppCommon::NamedSemaphore, including all inherited members.
| Lock() | CppCommon::NamedSemaphore | |
| name() const | CppCommon::NamedSemaphore | |
| NamedSemaphore(const std::string &name, int resources) | CppCommon::NamedSemaphore | explicit |
| NamedSemaphore(const NamedSemaphore &)=delete | CppCommon::NamedSemaphore | |
| NamedSemaphore(NamedSemaphore &&semaphore)=delete | CppCommon::NamedSemaphore | |
| operator=(const NamedSemaphore &)=delete | CppCommon::NamedSemaphore | |
| operator=(NamedSemaphore &&semaphore)=delete | CppCommon::NamedSemaphore | |
| resources() const noexcept | CppCommon::NamedSemaphore | |
| TryLock() | CppCommon::NamedSemaphore | |
| TryLockFor(const Timespan ×pan) | CppCommon::NamedSemaphore | |
| TryLockUntil(const UtcTimestamp ×tamp) | CppCommon::NamedSemaphore | inline |
| Unlock() | CppCommon::NamedSemaphore | |
| ~NamedSemaphore() | CppCommon::NamedSemaphore |