Home
last modified time | relevance | path

Searched refs:PThreadCondition (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DPThreadCondition.h18 class PThreadCondition {
20 PThreadCondition() { ::pthread_cond_init(&m_condition, NULL); } in PThreadCondition() function
22 ~PThreadCondition() { ::pthread_cond_destroy(&m_condition); } in ~PThreadCondition()
H A DPThreadEvent.h15 #include "PThreadCondition.h"
51 mutable PThreadCondition m_set_condition;
52 mutable PThreadCondition m_reset_condition;
/llvm-project/lldb/tools/debugserver/debugserver.xcodeproj/
H A Dproject.pbxproj151 26C637FD0C71334A0024798E /* PThreadCondition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PThreadCondition.h; sourceTree = "<group>"; };
284 26C637FD0C71334A0024798E /* PThreadCondition.h */,