Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h50 mutable PThreadCondition m_set_condition;
51 mutable PThreadCondition m_reset_condition;
/openbsd-src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/
H A Dproject.pbxproj159 …A0024798E /* PThreadCondition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
295 26C637FD0C71334A0024798E /* PThreadCondition.h */,
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4733 lldb/tools/debugserver/source/PThreadCondition.h