Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_send_fds_test.cc310 int pipes_to_send) { in Producer() argument
311 for (int i = 0; i < pipes_to_send; i++) { in Producer()
347 const int pipes_to_send = 20000; in Run() local
356 pipes_to_send); in Run()
361 pipes_to_send); in Run()
364 Producer(&pipe2, producer.get(), pipes_to_send); in Run()