Home
last modified time | relevance | path

Searched defs:timedWait (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DThreadingNone.cpp54 bool ThreadCondition::timedWait(Mutex&, double) { return false; } in timedWait() function in WTF::ThreadCondition
DThreadingWin.cpp326 bool PlatformCondition::timedWait(PlatformMutex& mutex, DWORD durationMilliseconds) in timedWait() function in WTF::PlatformCondition
461 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition
DThreadingPthreads.cpp364 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition
/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp213 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition
/external/webkit/Source/JavaScriptCore/wtf/qt/
DThreadingQt.cpp256 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) in timedWait() function in WTF::ThreadCondition