/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadingWin.cpp | 326 bool PlatformCondition::timedWait(PlatformMutex& mutex, DWORD durationMilliseconds) in timedWait() function in WTF::PlatformCondition 458 m_condition.timedWait(mutex.impl(), INFINITE); in wait() 461 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition 471 return m_condition.timedWait(mutex.impl(), interval); in timedWait()
|
D | ThreadingPrimitives.h | 91 bool timedWait(PlatformMutex&, DWORD durationMilliseconds); 145 bool timedWait(Mutex&, double absoluteTime);
|
D | ThreadingNone.cpp | 54 bool ThreadCondition::timedWait(Mutex&, double) { return false; } in timedWait() function in WTF::ThreadCondition
|
D | MessageQueue.h | 137 timedOut = !m_condition.timedWait(m_mutex, absoluteTime); in waitForMessageFilteredWithTimeout()
|
D | ThreadingPthreads.cpp | 364 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | BinarySemaphore.cpp | 56 timedOut = !m_condition.timedWait(m_mutex, absoluteTime); in wait()
|
D | Connection.cpp | 353 if (!m_waitForMessageCondition.timedWait(m_waitForMessageMutex, absoluteTime)) { in waitForMessage()
|
/external/webkit/Source/WebKit2/win/ |
D | WebKit2.def | 126 ?timedWait@ThreadCondition@WTF@@QAE_NAAVMutex@2@N@Z
|
D | WebKit2CFLite.def | 119 ?timedWait@ThreadCondition@WTF@@QAE_NAAVMutex@2@N@Z
|
/external/webkit/Source/JavaScriptCore/wtf/gtk/ |
D | ThreadingGtk.cpp | 213 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 129 ?timedWait@ThreadCondition@WTF@@QAE_NAAVMutex@2@N@Z
|
D | WebKit_Cairo.def | 129 ?timedWait@ThreadCondition@WTF@@QAE_NAAVMutex@2@N@Z
|
/external/webkit/Source/JavaScriptCore/wtf/qt/ |
D | ThreadingQt.cpp | 256 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore.def | 330 ?timedWait@ThreadCondition@WTF@@QAE_NAAVMutex@2@N@Z
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 347 (WTF::ThreadCondition::timedWait): Ditto. 1148 (WTF::ThreadCondition::timedWait): Ditto. 10493 (WTF::ThreadCondition::timedWait): 10495 (WTF::ThreadCondition::timedWait): 11912 Forgot to expose ThreadCondition::timedWait() in one of previous patches. 12382 Implement ThreadCondition::timedWait(). 12384 I did the same for timedWait(). See comments in ThreadingWin.cpp for 12394 (WTF::PlatformCondition::timedWait): new method, derived from Pthreads-win32. 12398 (WTF::ThreadCondition::wait): this now calls PlatformCondition::timedWait. 12399 (WTF::ThreadCondition::timedWait): same [all …]
|
D | ChangeLog-2008-08-10 | 17318 (WTF::ThreadCondition::timedWait): 19491 (WTF::ThreadCondition::timedWait): 19510 (WTF::ThreadCondition::timedWait): 19524 Add a timedWait() method to ThreadCondition 19531 (WTF::ThreadCondition::timedWait): 19534 (WTF::ThreadCondition::timedWait): 19537 (WTF::ThreadCondition::timedWait): 19540 (WTF::ThreadCondition::timedWait): Needs implementation
|
D | ChangeLog-2011-02-16 | 414 Fix Mutex::tryLock() on Windows to work properly with PlatformCondition::timedWait() 418 (WTF::PlatformCondition::timedWait): 4154 (WTF::ThreadCondition::timedWait): Moved code to convert the absolute time to a wait
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 1049 Export WTF::ThreadCondition::timedWait.
|