Home
last modified time | relevance | path

Searched refs:ThreadCondition (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadingPrimitives.h109 class WTF_EXPORT ThreadCondition {
110 WTF_MAKE_NONCOPYABLE(ThreadCondition);
112 ThreadCondition();
113 ~ThreadCondition();
137 using WTF::ThreadCondition;
DThreadingPthreads.cpp337 ThreadCondition::ThreadCondition() in ThreadCondition() function in WTF::ThreadCondition
342 ThreadCondition::~ThreadCondition() in ~ThreadCondition()
347 void ThreadCondition::wait(Mutex& mutex) in wait()
353 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait()
373 void ThreadCondition::signal() in signal()
379 void ThreadCondition::broadcast() in broadcast()
DThreadingWin.cpp421 ThreadCondition::ThreadCondition() in ThreadCondition() function in WTF::ThreadCondition
440 ThreadCondition::~ThreadCondition() in ~ThreadCondition()
447 void ThreadCondition::wait(Mutex& mutex) in wait()
452 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait()
465 void ThreadCondition::signal() in signal()
470 void ThreadCondition::broadcast() in broadcast()
DMessageQueue.h85 ThreadCondition m_condition;
DCONTRIBUTORS.pthreads-win325 WebKit is using derived sources of ThreadCondition code from Pthreads-win32.
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseTask.h67 ThreadCondition m_synchronousCondition;