Searched refs:SetNotAlive (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
H A Dthread_wrapper.h66 virtual void SetNotAlive() = 0;
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.h33 virtual void SetNotAlive();
H A Dthread_win.h33 virtual void SetNotAlive();
H A Dcondition_variable_unittest.cc176 thread_->SetNotAlive();
H A Dcritical_section_unittest.cc157 thread->SetNotAlive(); // Tell thread to exit once run function finishes.
H A Dthread_win.cc128 void ThreadWindows::SetNotAlive() function in class:webrtc::ThreadWindows
H A Devent_posix.cc297 _timerThread->SetNotAlive();
H A Dthread_posix.cc15 // other threads, using SetNotAlive() and Stop().
30 // false any SetNotAlive
38 // SetNotAlive(false)
279 void ThreadPosix::SetNotAlive() function in class:webrtc::ThreadPosix
H A Ddata_log.cc447 file_writer_thread_->SetNotAlive();
H A Dtrace_impl.cc112 _thread.SetNotAlive();

Completed in 102 milliseconds