HomeSort by relevance Sort by last modified time
    Searched defs:PThreadEvent (Results 1 - 6 of 6) sorted by null

  /external/lldb/tools/debugserver/source/
PThreadEvent.h 1 //===-- PThreadEvent.h ------------------------------------------*- C++ -*-===//
21 class PThreadEvent
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);
PThreadEvent.cpp 1 //===-- PThreadEvent.cpp ----------------------------------------*- C++ -*-===//
14 #include "PThreadEvent.h"
18 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) :
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::%s (0x%8.8x)", this, __FUNCTION__, mask)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread.cpp 16 PThreadEvent::PThreadEvent() : fConditionFlag(false) {
20 PThreadEvent::~PThreadEvent() {
24 void PThreadEvent::trigger() {
30 void PThreadEvent::wait() {
37 bool PThreadEvent::isTriggered() {
SkThreadUtils_pthread.h 14 class PThreadEvent : SkNoncopyable {
16 PThreadEvent();
17 ~PThreadEvent();
34 PThreadEvent fStarted;
35 PThreadEvent fCanceled;
  /external/skia/src/utils/
SkThreadUtils_pthread.cpp 16 PThreadEvent::PThreadEvent() : fConditionFlag(false) {
20 PThreadEvent::~PThreadEvent() {
24 void PThreadEvent::trigger() {
30 void PThreadEvent::wait() {
37 bool PThreadEvent::isTriggered() {
SkThreadUtils_pthread.h 14 class PThreadEvent : SkNoncopyable {
16 PThreadEvent();
17 ~PThreadEvent();
34 PThreadEvent fStarted;
35 PThreadEvent fCanceled;

Completed in 1048 milliseconds