Searched refs:PThreadMutex (Results 1 – 13 of 13) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | PThreadMutex.h | 24 #define PTHREAD_MUTEX_LOCKER(var, mutex) PThreadMutex::Locker var(mutex, __FUNCTION__, __FILE__, __… 27 #define PTHREAD_MUTEX_LOCKER(var, mutex) PThreadMutex::Locker var(mutex) 30 class PThreadMutex 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() in PThreadMutex() function 107 PThreadMutex(int type) in PThreadMutex() function 117 ~PThreadMutex() in ~PThreadMutex()
|
D | PThreadMutex.cpp | 24 PThreadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int lin… in Locker() 34 PThreadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int lin… in Locker() 44 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const … in Locker() 55 PThreadMutex::Locker::~Locker() in ~Locker() 62 PThreadMutex::Locker::Lock() in Lock() 78 PThreadMutex::Locker::Unlock() in Unlock()
|
D | DNBTimer.h | 33 m_mutexAP.reset(new PThreadMutex(PTHREAD_MUTEX_RECURSIVE)); in DNBTimer() 43 m_mutexAP.reset(new PThreadMutex(PTHREAD_MUTEX_RECURSIVE)); in DNBTimer() 52 m_mutexAP.reset(new PThreadMutex(PTHREAD_MUTEX_RECURSIVE)); 159 std::unique_ptr<PThreadMutex> m_mutexAP;
|
D | PThreadEvent.h | 47 mutable PThreadMutex m_mutex;
|
D | DNBLog.cpp | 109 static PThreadMutex g_LogThreadedMutex(PTHREAD_MUTEX_RECURSIVE); in _DNBLogVAPrintf()
|
D | RNBRemote.h | 309 PThreadMutex m_mutex; // Mutex that protects
|
D | RNBRemote.cpp | 353 PThreadMutex::Locker locker(m_mutex); in GetPacketPayload() 590 PThreadMutex::Locker locker(m_mutex); in CommDataReceived()
|
D | ChangeLog | 420 * PThreadMutex.h: Added the ability to debug deadlocks by defining
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 280 PThreadMutex m_stdio_mutex; // Multithreaded protection for stdio 287 …PThreadMutex m_profile_data_mutex; // Multithreaded protection for profile in… 293 …PThreadMutex m_exception_messages_mutex; // Multithreaded protection for m_exceptio… 297 PThreadMutex m_state_mutex; // Multithreaded protection for m_state
|
D | MachThreadList.h | 72 mutable PThreadMutex m_threads_mutex;
|
D | MachException.h | 23 class PThreadMutex; variable
|
D | MachThread.h | 127 PThreadMutex m_state_mutex; // Multithreaded protection for m_state
|
/external/lldb/tools/debugserver/debugserver.xcodeproj/ |
D | project.pbxproj | 33 …05BD115C36430022F371 /* PThreadMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2672DBEE0E… 59 …6700E92059 /* PThreadMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 117 …1334A0024798E /* PThreadMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 222 26C638000C71334A0024798E /* PThreadMutex.h */, 223 2672DBEE0EEF446700E92059 /* PThreadMutex.cpp */, 438 26CE05BD115C36430022F371 /* PThreadMutex.cpp in Sources */,
|