Searched refs:timedOut (Results 1 – 10 of 10) sorted by relevance
54 bool timedOut = false; in wait() local56 timedOut = !m_condition.timedWait(m_mutex, absoluteTime); in wait()57 if (timedOut) in wait()
417 bool timedOut = false; in waitForSyncReply() local418 while (!timedOut) { in waitForSyncReply()438 …timedOut = !m_syncMessageState->waitWhileDispatchingSentWin32Messages(absoluteTime, m_client->wind… in waitForSyncReply()440 timedOut = !m_syncMessageState->wait(absoluteTime); in waitForSyncReply()
133 bool timedOut = false; in waitForMessageFilteredWithTimeout() local136 while (!m_killed && !timedOut && (found = m_queue.findIf(predicate)) == m_queue.end()) in waitForMessageFilteredWithTimeout()137 timedOut = !m_condition.timedWait(m_mutex, absoluteTime); in waitForMessageFilteredWithTimeout()139 ASSERT(!timedOut || absoluteTime != infiniteTime()); in waitForMessageFilteredWithTimeout()146 if (timedOut) { in waitForMessageFilteredWithTimeout()
339 bool timedOut = (WaitForSingleObject(m_blockQueue, durationMilliseconds) == WAIT_TIMEOUT); in timedWait() local371 return !timedOut; in timedWait()
218 bool timedOut = false; in requestNativeWindowForVideo() local219 while (m_newWindowRequest && !timedOut) { in requestNativeWindowForVideo()221 timedOut = ret == TIMED_OUT; in requestNativeWindowForVideo()
89 void CALLBACK NetworkStateNotifier::addrChangeCallback(void* context, BOOLEAN timedOut) in addrChangeCallback() argument
106 static void CALLBACK addrChangeCallback(void*, BOOLEAN timedOut);
1636 bool timedOut = false; in scopeStringMatches() local1706 timedOut = (currentTime() - startTime) >= maxScopingDuration; in scopeStringMatches()1707 } while (!timedOut); in scopeStringMatches()1722 if (timedOut) { in scopeStringMatches()
144 protected boolean timedOut = false; field in DecisionProbe
4725 (KJS::Interpreter::timedOut):