Lines Matching refs:timedWait
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
13344 (WTF::ThreadCondition::timedWait):
13375 Also fixed ThreadCondition::timedWait() to take absolute time, as discussed on webkit-dev.
13376 Win32 version of timedWait still has to be implemented.
13384 (WTF::ThreadCondition::timedWait): changed to use absolute time instead of interval.
13386 (WTF::ThreadCondition::timedWait): ditto.
13388 (WTF::ThreadCondition::timedWait): ditto.
13390 (WTF::ThreadCondition::timedWait): ditto.
13392 (WTF::ThreadCondition::timedWait): ditto. The actual Win32 code is still to be implemented.
29333 (WTF::ThreadCondition::timedWait):