#include <libinline.h>
Public Member Functions | |
Autolock (Mutex &mutex) | |
Autolock (Mutex *mutex) | |
~Autolock () | |
Private Attributes | |
Mutex & | mLock |
Definition at line 72 of file libinline.h.
android::Mutex::Autolock::Autolock | ( | Mutex & | mutex | ) | [inline] |
Definition at line 74 of file libinline.h.
android::Mutex::Autolock::Autolock | ( | Mutex * | mutex | ) | [inline] |
Definition at line 75 of file libinline.h.
android::Mutex::Autolock::~Autolock | ( | ) | [inline] |
Definition at line 76 of file libinline.h.
Mutex& android::Mutex::Autolock::mLock [private] |
Definition at line 78 of file libinline.h.