Home
last modified time | relevance | path

Searched refs:kIPCWaitTimeOut1 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsharedmem_ipc_client.cc72 kIPCWaitTimeOut1, FALSE); in DoCall()
81 wait = ::WaitForSingleObject(channel[num].pong_event, kIPCWaitTimeOut1); in DoCall()
Dsharedmem_ipc_client.h69 const DWORD kIPCWaitTimeOut1 = 1000; // Milliseconds. variable
Dipc_unittest.cc493 ::Sleep(kIPCWaitTimeOut1 + kIPCWaitTimeOut2 + 200); in SlowResponseServer()
504 Sleep(kIPCWaitTimeOut1 * 20); in MainServerThread()