Searched defs:PThreadMutex (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DPThreadMutex.h1 //===-- PThreadMutex.h ------------------------------------------*- C++ -*-===//
24 #define PTHREAD_MUTEX_LOCKER(var, mutex) PThreadMutex::Locker var(mutex, __FUNCTION__, __FILE__, __LINE__)
27 #define PTHREAD_MUTEX_LOCKER(var, mutex) PThreadMutex::Locker var(mutex)
30 class PThreadMutex class
39 Locker(PThreadMutex& m, const char *function, const char *file, int line);
40 Locker(PThreadMutex* m, const char *function, const char *file, int line);
47 Locker(PThreadMutex& m) :
53 Locker(PThreadMutex* m) :
101 PThreadMutex() function in class:PThreadMutex
107 PThreadMutex(in function in class:PThreadMutex
[all...]

Completed in 208 milliseconds