Qore Programming Language 1.14.2
|
provides a simple POSIX-threads-based read-write lock More...
#include <QoreRWLock.h>
Private Member Methods | |
DLLLOCAL QoreRWLock & | operator= (const QoreRWLock &) |
this function is not implemented; it is here as a private function in order to prohibit it from being used | |
Private Attributes | |
pthread_rwlock_t | m |
the actual locking primitive wrapped in this class | |
provides a simple POSIX-threads-based read-write lock
This utility class is just a simple wrapper for pthread_rwlock_t. It does not provide any special logic for checking for correct usage, etc.