Home
last modified time | relevance | path

Searched refs:waitForSyncReply (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp391 OwnPtr<ArgumentDecoder> reply = waitForSyncReply(syncRequestID, timeout); in sendSyncMessage()
406 PassOwnPtr<ArgumentDecoder> Connection::waitForSyncReply(uint64_t syncRequestID, double timeout) in waitForSyncReply() function in CoreIPC::Connection
DConnection.h201 PassOwnPtr<ArgumentDecoder> waitForSyncReply(uint64_t syncRequestID, double timeout);
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-161017 (CoreIPC::Connection::waitForSyncReply):
1090 (CoreIPC::Connection::waitForSyncReply):
1151 (CoreIPC::Connection::waitForSyncReply):
22496 to be sent once the bottom-most waitForSyncReply calls returns.
22498 (CoreIPC::Connection::waitForSyncReply):
24654 (CoreIPC::Connection::waitForSyncReply):
25870 Add BinarySemaphore class to CoreIPC and use it in Connection::waitForSyncReply
25879 (CoreIPC::Connection::waitForSyncReply):
28076 Differentiate waitForSyncReply from waitForReply
28079 Since waitForSyncReply is going to need to dispatch incoming sync messages while
[all …]
DChangeLog159 (CoreIPC::Connection::waitForSyncReply):
226 (CoreIPC::Connection::waitForSyncReply):
1977 (CoreIPC::Connection::waitForSyncReply): Use waitWhileDispatchingSentMessages instead of