Searched refs:PThreadCondition (Results 1 – 3 of 3) 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()
15 #include "PThreadCondition.h"51 mutable PThreadCondition m_set_condition;52 mutable PThreadCondition m_reset_condition;
151 26C637FD0C71334A0024798E /* PThreadCondition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PThreadCondition.h; sourceTree = "<group>"; };284 26C637FD0C71334A0024798E /* PThreadCondition.h */,