Searched refs:waitForMessage (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/ |
D | MessageQueue.h | 61 PassOwnPtr<DataType> waitForMessage(); 120 inline PassOwnPtr<DataType> MessageQueue<DataType>::waitForMessage() in waitForMessage() function
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCThread.cpp | 73 while (OwnPtr<Task> task = m_queue.waitForMessage()) in runLoop()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | Connection.h | 198 PassOwnPtr<ArgumentDecoder> waitForMessage(MessageID, uint64_t destinationID, double timeout); 362 … OwnPtr<ArgumentDecoder> decoder = waitForMessage(MessageID(T::messageID), destinationID, timeout); in waitForAndDispatchImmediately() 402 return waitForMessage(MessageID(messageID), destinationID, timeout); in deprecatedWaitFor()
|
D | Connection.cpp | 307 PassOwnPtr<ArgumentDecoder> Connection::waitForMessage(MessageID messageID, uint64_t destinationID,… in waitForMessage() function in CoreIPC::Connection
|
/external/webkit/Source/WebCore/storage/ |
D | LocalStorageThread.cpp | 68 while (OwnPtr<LocalStorageTask> task = m_queue.waitForMessage()) in threadEntryPoint()
|
D | DatabaseThread.cpp | 106 while (OwnPtr<DatabaseTask> task = m_queue.waitForMessage()) { in databaseThread()
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileThread.cpp | 102 while (OwnPtr<Task> task = m_queue.waitForMessage()) { in runLoop()
|
/external/webkit/Source/WebCore/page/ |
D | GeolocationPositionCache.cpp | 123 while (OwnPtr<ScriptExecutionContext::Task> task = m_queue.waitForMessage()) { in threadEntryPointImpl()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 12192 … Fix a race condition in waitForMessage. If we time out on the wait condition, we would keep the 12198 (CoreIPC::Connection::waitForMessage): 40427 (CoreIPC::Connection::waitForMessage): 42781 (CoreIPC::Connection::waitForMessage): 44133 (CoreIPC::Connection::waitForMessage): 44911 (CoreIPC::Connection::waitForMessage):
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 10486 (WTF::MessageQueue::waitForMessage): 10487 Made waitForMessage call waitForMessageFilteredWithTimeout, so that there is less 13380 (WTF::MessageQueue::waitForMessage):
|
D | ChangeLog-2010-05-24 | 15512 (WTF::MessageQueue::waitForMessage):
|
D | ChangeLog-2008-08-10 | 19656 … (WTF::::waitForMessage): Tweak the waiting logic to check the queue's empty state then go back
|