Searched refs:got_first_reply (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc405 NoHangServer(WaitableEvent* got_first_reply, bool pump_during_send) argument
407 got_first_reply_(got_first_reply),
423 explicit NoHangClient(WaitableEvent* got_first_reply) argument
425 got_first_reply_(got_first_reply) { }
441 WaitableEvent got_first_reply(false, false);
443 workers.push_back(new NoHangServer(&got_first_reply, pump_during_send));
444 workers.push_back(new NoHangClient(&got_first_reply));

Completed in 61 milliseconds