HomeSort by relevance Sort by last modified time
    Searched refs:kIPCWaitTimeOut1 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.h 69 const DWORD kIPCWaitTimeOut1 = 1000; // Milliseconds.
sharedmem_ipc_client.cc 64 // Wait for the server to service this IPC call. After kIPCWaitTimeOut1
72 kIPCWaitTimeOut1, FALSE);
81 wait = ::WaitForSingleObject(channel[num].pong_event, kIPCWaitTimeOut1);
99 // Probably the server crashed before the kIPCWaitTimeOut1 occurred.
ipc_unittest.cc 491 ::Sleep(kIPCWaitTimeOut1 + kIPCWaitTimeOut2 + 200);
502 Sleep(kIPCWaitTimeOut1 * 20);

Completed in 196 milliseconds