Yate
|
This is the complete list of members for SharedVars, including all inherited members.
check(long maxwait=-1) | Lockable | virtual |
clear(const String &name) | SharedVars | |
count() | Mutex | static |
create(const String &name, const char *val=0) | SharedVars | |
dec(const String &name, unsigned int wrap=0) | SharedVars | |
efficientTimedLock() | Mutex | static |
enableSafety(bool safe=true) | Lockable | static |
exists(const String &name) | SharedVars | |
get(const String &name, String &rval) | SharedVars | |
inc(const String &name, unsigned int wrap=0) | SharedVars | |
lock(long maxwait=-1) | Mutex | virtual |
locked() const | Mutex | virtual |
locks() | Mutex | static |
Mutex(bool recursive=false, const char *name=0) | Mutex | explicit |
Mutex(const Mutex &original) | Mutex | |
operator=(const Mutex &original) | Mutex | |
owner() const | Mutex | |
recursive() const | Mutex | |
safety() | Lockable | static |
set(const String &name, const char *val) | SharedVars | |
SharedVars() | SharedVars | inline |
startUsingNow() | Lockable | static |
unlock() | Mutex | virtual |
unlockAll() | Lockable | virtual |
wait(unsigned long maxwait) | Lockable | static |
wait() | Lockable | static |
~Lockable() | Lockable | virtual |
~Mutex() | Mutex |