Lines Matching refs:Options
61 class BASE_EXPORT Options {
63 Options() : stack_size_(0), priority_(ThreadPriority::NORMAL) {}
64 explicit Options(ThreadPriority priority)
66 ~Options() {}
82 // Create a SimpleThread. |options| should be used to manage any specific
87 SimpleThread(const std::string& name_prefix, const Options& options);
118 const Options options_;
138 const Options& options);