Searched refs:PThreadCondition (Results 1 – 4 of 4) sorted by relevance
18 class PThreadCondition {20 PThreadCondition() { ::pthread_cond_init(&m_condition, NULL); } in PThreadCondition() function22 ~PThreadCondition() { ::pthread_cond_destroy(&m_condition); } in ~PThreadCondition()
50 mutable PThreadCondition m_set_condition;51 mutable PThreadCondition m_reset_condition;
159 …A0024798E /* PThreadCondition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…295 26C637FD0C71334A0024798E /* PThreadCondition.h */,
4733 lldb/tools/debugserver/source/PThreadCondition.h