OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_writer_thread_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/system_wrappers/include/
data_log_impl.h
121
// thread
file_writer_thread_
.
125
// This function should only be called by the
file_writer_thread_
if that
129
// Run() is called by the thread
file_writer_thread_
.
151
rtc::scoped_ptr<rtc::PlatformThread>
file_writer_thread_
;
member in class:webrtc::DataLogImpl
/external/webrtc/webrtc/system_wrappers/source/
data_log.cc
87
// a race condition). Will be called by the
file_writer_thread_
when that
324
file_writer_thread_
(
352
file_writer_thread_
->Start();
353
file_writer_thread_
->SetPriority(rtc::kHighestPriority);
431
file_writer_thread_
->Stop();
Completed in 84 milliseconds