HomeSort by relevance Sort by last modified time
    Searched refs:startup_data_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
thread.cc 40 startup_data_(NULL),
84 startup_data_ = &startup_data;
88 startup_data_ = NULL; // Record that we failed to start.
116 startup_data_ = NULL;
138 MessageLoop message_loop(startup_data_->options.message_loop_type);
151 startup_data_->event.Signal();
152 // startup_data_ can't be touched anymore since the starting thread is now
thread.h 134 // We piggy-back on the startup_data_ member to know if we successfully
136 bool thread_was_started() const { return startup_data_ != NULL; }
144 StartupData* startup_data_; member in class:base::Thread

Completed in 48 milliseconds