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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
BinarySemaphore.cpp 27 #include "BinarySemaphore.h"
33 BinarySemaphore::BinarySemaphore()
38 BinarySemaphore::~BinarySemaphore()
42 void BinarySemaphore::signal()
50 bool BinarySemaphore::wait(double absoluteTime)
BinarySemaphore.h 34 class BinarySemaphore {
35 WTF_MAKE_NONCOPYABLE(BinarySemaphore);
38 BinarySemaphore();
39 ~BinarySemaphore();
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
BinarySemaphoreWin.cpp 27 #include "BinarySemaphore.h"
31 BinarySemaphore::BinarySemaphore()
36 BinarySemaphore::~BinarySemaphore()
41 void BinarySemaphore::signal()
46 bool BinarySemaphore::wait(double absoluteTime)

Completed in 751 milliseconds