#include <libinline.h>
Classes | |
class | Autolock |
Public Member Functions | |
status_t | lock () |
Mutex () | |
status_t | tryLock () |
void | unlock () |
~Mutex () | |
Private Member Functions | |
Mutex (const Mutex &) | |
Mutex & | operator= (const Mutex &) |
Private Attributes | |
pthread_mutex_t | mMutex |
Friends | |
class | Condition |
Definition at line 65 of file libinline.h.
android::Mutex::Mutex | ( | ) | [inline] |
Definition at line 67 of file libinline.h.
android::Mutex::~Mutex | ( | ) | [inline] |
Definition at line 68 of file libinline.h.
android::Mutex::Mutex | ( | const Mutex & | ) | [private] |
status_t android::Mutex::lock | ( | ) | [inline] |
Definition at line 69 of file libinline.h.
status_t android::Mutex::tryLock | ( | ) | [inline] |
Definition at line 71 of file libinline.h.
void android::Mutex::unlock | ( | ) | [inline] |
Definition at line 70 of file libinline.h.
friend class Condition [friend] |
Definition at line 81 of file libinline.h.
pthread_mutex_t android::Mutex::mMutex [private] |
Definition at line 84 of file libinline.h.