OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNotAlive
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/src/system_wrappers/interface/
thread_wrapper.h
66
virtual void
SetNotAlive
() = 0;
/external/webrtc/src/system_wrappers/source/
thread_win.h
33
virtual void
SetNotAlive
();
thread_posix.h
33
virtual void
SetNotAlive
();
condition_variable_unittest.cc
176
thread_->
SetNotAlive
();
critical_section_unittest.cc
157
thread->
SetNotAlive
(); // Tell thread to exit once run function finishes.
thread_win.cc
128
void ThreadWindows::
SetNotAlive
()
event_posix.cc
297
_timerThread->
SetNotAlive
();
thread_posix.cc
15
// other threads, using
SetNotAlive
() and Stop().
30
// false any
SetNotAlive
38
//
SetNotAlive
(false)
279
void ThreadPosix::
SetNotAlive
()
data_log.cc
447
file_writer_thread_->
SetNotAlive
();
trace_impl.cc
112
_thread.
SetNotAlive
();
Completed in 312 milliseconds