#include <support/Locker.h>
Public Member Functions | |
| lock_status_t | Lock () |
| void | LockQuick () |
| int32_t | NestingLevel () const |
| SNestedLocker (const char *name) | |
| SNestedLocker () | |
| void | Unlock () |
| void | Yield () |
| ~SNestedLocker () | |
Classes | |
| class | Autolock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the number of levels that this thread has nested the lock; if the caller isn't holding the lock, 0 is returned. |
|
|
|
|
|
|