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

  /external/webrtc/src/system_wrappers/interface/
data_log_impl.h 123 // thread file_writer_thread_.
127 // This function should only be called by the file_writer_thread_ if that
131 // Run() is called by the thread file_writer_thread_.
151 ThreadWrapper* file_writer_thread_; member in class:webrtc::DataLogImpl
  /external/webrtc/src/system_wrappers/source/
data_log.cc 88 // a race condition). Will be called by the file_writer_thread_ when that
325 file_writer_thread_(NULL),
332 delete file_writer_thread_;
354 file_writer_thread_ = ThreadWrapper::CreateThread(
359 if (file_writer_thread_ == NULL)
362 bool success = file_writer_thread_->Start(thread_id);
417 if (file_writer_thread_ == NULL) {
446 if (file_writer_thread_ != NULL) {
447 file_writer_thread_->SetNotAlive();
451 while (!file_writer_thread_->Stop()) continue
    [all...]

Completed in 3397 milliseconds