HomeSort by relevance Sort by last modified time
    Searched refs:BinarySemaphore (Results 1 - 6 of 6) 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();
Connection.cpp 29 #include "BinarySemaphore.h"
87 BinarySemaphore m_waitForSyncReplySemaphore;
  /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)
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 47 class BinarySemaphore;
65 static bool dispatchSentMessagesUntil(const Vector<HWND>& windows, CoreIPC::BinarySemaphore&, double absoluteTime);
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 29 #include "BinarySemaphore.h"
82 bool RunLoop::dispatchSentMessagesUntil(const Vector<HWND>& windows, CoreIPC::BinarySemaphore& semaphore, double absoluteTime)
94 // This matches the WTF::ThreadCondition implementation of BinarySemaphore::wait.

Completed in 767 milliseconds