Searched refs:PThreadEvent (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadUtils_pthread.h14 class PThreadEvent : SkNoncopyable { class in inherits:SkNoncopyable
16 PThreadEvent();
17 ~PThreadEvent();
34 PThreadEvent fStarted;
35 PThreadEvent fCanceled;
H A DSkThreadUtils_pthread.cpp16 PThreadEvent::PThreadEvent() : fConditionFlag(false) { function in class:PThreadEvent
20 PThreadEvent::~PThreadEvent() {
24 void PThreadEvent::trigger() {
30 void PThreadEvent::wait() {
37 bool PThreadEvent::isTriggered() {
/external/skia/src/utils/
H A DSkThreadUtils_pthread.h14 class PThreadEvent : SkNoncopyable { class in inherits:SkNoncopyable
16 PThreadEvent();
17 ~PThreadEvent();
34 PThreadEvent fStarted;
35 PThreadEvent fCanceled;
H A DSkThreadUtils_pthread.cpp16 PThreadEvent::PThreadEvent() : fConditionFlag(false) { function in class:PThreadEvent
20 PThreadEvent::~PThreadEvent() {
24 void PThreadEvent::trigger() {
30 void PThreadEvent::wait() {
37 bool PThreadEvent::isTriggered() {
/external/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp1 //===-- PThreadEvent.cpp ----------------------------------------*- C++ -*-===//
14 #include "PThreadEvent.h"
18 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) : function in class:PThreadEvent
26 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x, 0x%8.8x)", this, __FUNCTION__, bits, validBits);
29 PThreadEvent::~PThreadEvent()
36 PThreadEvent::NewEventBit()
48 PThreadEvent::FreeEventBits(const uint32_t mask)
50 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent
[all...]
H A DPThreadEvent.h1 //===-- PThreadEvent.h ------------------------------------------*- C++ -*-===//
21 class PThreadEvent class
24 PThreadEvent (uint32_t bits = 0, uint32_t validBits = 0);
25 ~PThreadEvent ();
54 PThreadEvent(const PThreadEvent&); // Outlaw copy contructor
55 PThreadEvent& operator=(const PThreadEvent& rhs);
H A DRNBContext.h19 #include "PThreadEvent.h"
81 PThreadEvent& Events( ) { return m_events; }
129 PThreadEvent m_events; // Threaded events that we can wait for
H A DRNBRemote.cpp465 PThreadEvent& events = m_ctx.Events();
679 PThreadEvent& events = m_ctx.Events();
702 PThreadEvent& events = m_ctx.Events();
725 PThreadEvent& events = m_ctx.Events();
750 PThreadEvent& events = remote->Context().Events();
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h26 #include "PThreadEvent.h"
165 PThreadEvent& Events() { return m_events; }
298 PThreadEvent m_events; // Process related events in the child processes lifetime can be waited upon
299 PThreadEvent m_private_events; // Used to coordinate running and stopping the process without affecting m_events

Completed in 162 milliseconds