Searched refs:Stop (Results 1 - 25 of 1450) sorted by last modified time

1234567891011>>

/external/webrtc/src/system_wrappers/interface/
H A Dcpu_wrapper.h47 virtual void Stop() = 0;
H A Dthread_wrapper.h84 // Multiple tries to Stop are allowed (e.g. to wait longer than 2 seconds).
85 // It's ok to call Stop() even if the spawned thread has been reclaimed.
86 virtual bool Stop() = 0;
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc178 ASSERT_TRUE(thread_->Stop());
H A Dcpu_linux.h32 virtual void Stop() {return;} function in class:webrtc::CpuLinux
H A Dcpu_mac.h35 virtual void Stop() {} function in class:webrtc::CpuWrapperMac
H A Dcpu_win.cc174 cpu_polling_thread->Stop();
H A Dcpu_win.h40 virtual void Stop() {} function in class:webrtc::CpuWindows
H A Dcritical_section_unittest.cc116 EXPECT_TRUE(thread->Stop());
160 EXPECT_TRUE(thread->Stop());
H A Ddata_log.cc449 // Call Stop() repeatedly, waiting for the Flush() call in Process() to
451 while (!file_writer_thread_->Stop()) continue;
H A Devent_posix.cc305 if(!_timerThread->Stop())
H A Dthread_posix.cc15 // other threads, using SetNotAlive() and Stop().
18 // (except at init). It is read only by the Stop() method.
21 // This protects against premature Stop() calls from the creator thread, but
31 // false any Stop Stop waits for _dead to become true.
39 // Stop(false)
41 // _dead Constructor(true) Stop.loop
189 // race condition if Stop() is called too quickly after start.
299 bool ThreadPosix::Stop() function in class:webrtc::ThreadPosix
H A Dthread_posix.h38 virtual bool Stop();
H A Dthread_unittest.cc72 EXPECT_TRUE(thread->Stop());
90 EXPECT_TRUE(thread->Stop());
H A Dthread_win.cc147 bool ThreadWindows::Stop() function in class:webrtc::ThreadWindows
H A Dthread_win.h32 virtual bool Stop();
H A Dtrace_impl.cc116 bool stopped = _thread.Stop();
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp80 Function vec_dss [Vector data Stream Stop] not checked
83 Function vec_dssall [Vector Stream Stop all] not checked
/external/valgrind/main/gdbserver_tests/
H A Dmcsignopass.stdoutB.exp1 Signal Stop Print Pass to program Description
3 Signal Stop Print Pass to program Description
5 Signal Stop Print Pass to program Description
51 Signal Stop Print Pass to program Description
H A Dnlpasssigalrm.stdoutB.exp3 Signal Stop Print Pass to program Description
8 Signal Stop Print Pass to program Description
/external/skia/src/svg/
H A DSkSVGParser.cpp378 CASE_NEW(Stop);
H A DSkSVGStop.cpp17 DEFINE_SVG_INFO(Stop)
H A DSkSVGStop.h16 DECLARE_SVG_INFO(Stop);
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
H A DSDL_beaudio.cc144 audio_obj->Stop();
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp160 CActiveScheduler::Stop();
219 CActiveScheduler::Stop();
275 iPlayer->Stop();
384 CActiveScheduler::Stop();
H A Dstreamplayer.cpp132 void CStreamPlayer::Stop() function in class:CStreamPlayer
160 iStream->Stop();
242 iStream->Stop();

Completed in 675 milliseconds

1234567891011>>