HomeSort by relevance Sort by last modified time
    Searched full:writer_threads (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/mojo/system/
raw_channel_unittest.cc 394 ScopedVector<RawChannelWriterThread> writer_threads; local
396 writer_threads.push_back(new RawChannelWriterThread(
399 for (size_t i = 0; i < writer_threads.size(); i++)
400 writer_threads[i]->Start();

Completed in 2550 milliseconds