Home | History | Annotate | Download | only in src

Lines Matching refs:Work

38 // This file must work with autoconf on its public version,
224 // Spawn the worker thread, by running Work().
237 virtual bool Work();
301 // This function dictates whether the main work loop
303 // All work loops should be of the form:
305 // // work.
315 // These are functions used by the various work loops.
398 // Work around style guide ban on sizeof(int).
414 virtual bool Work();
430 // These are functions used by the various work loops.
497 virtual bool Work();
524 virtual bool Work();
537 virtual bool Work();
561 virtual bool Work();
574 virtual bool Work();
591 virtual bool Work();
606 virtual bool Work();
621 virtual bool Work();
631 virtual bool Work();
645 virtual bool Work();
682 virtual bool Work();
717 // Main work loop.
722 int64 blocks_read_; // Number of blocks read in work loop.
723 int64 blocks_written_; // Number of blocks written in work loop.
773 // Main work loop.
784 virtual bool Work();