Searched refs:file_writer_thread_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc88 // 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_
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log_impl.h123 // 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

Completed in 110 milliseconds