Home
last modified time | relevance | path

Searched refs:ProcessThreadImpl (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc41 return rtc::scoped_ptr<ProcessThread>(new ProcessThreadImpl(thread_name)); in Create()
44 ProcessThreadImpl::ProcessThreadImpl(const char* thread_name) in ProcessThreadImpl() function in webrtc::ProcessThreadImpl
49 ProcessThreadImpl::~ProcessThreadImpl() { in ~ProcessThreadImpl()
60 void ProcessThreadImpl::Start() { in Start()
79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_)); in Start()
83 void ProcessThreadImpl::Stop() { in Stop()
110 void ProcessThreadImpl::WakeUp(Module* module) { in WakeUp()
122 void ProcessThreadImpl::PostTask(rtc::scoped_ptr<ProcessTask> task) { in PostTask()
131 void ProcessThreadImpl::RegisterModule(Module* module) { in RegisterModule()
161 void ProcessThreadImpl::DeRegisterModule(Module* module) { in DeRegisterModule()
[all …]
Dprocess_thread_impl_unittest.cc56 TEST(ProcessThreadImpl, StartStop) { in TEST() argument
57 ProcessThreadImpl thread("ProcessThread"); in TEST()
62 TEST(ProcessThreadImpl, MultipleStartStop) { in TEST() argument
63 ProcessThreadImpl thread("ProcessThread"); in TEST()
71 TEST(ProcessThreadImpl, ProcessCall) { in TEST() argument
72 ProcessThreadImpl thread("ProcessThread"); in TEST()
93 TEST(ProcessThreadImpl, ProcessCall2) { in TEST() argument
94 ProcessThreadImpl thread("ProcessThread"); in TEST()
115 TEST(ProcessThreadImpl, Deregister) { in TEST() argument
116 ProcessThreadImpl thread("ProcessThread"); in TEST()
[all …]
Dprocess_thread_impl.h26 class ProcessThreadImpl : public ProcessThread {
28 explicit ProcessThreadImpl(const char* thread_name);
29 ~ProcessThreadImpl() override;
/external/webrtc/tools/valgrind-webrtc/drmemory/
Dsuppressions.txt252 libjingle_peerconnection_unittes!webrtc::ProcessThreadImpl::ProcessThreadImpl