Searched refs:HasBeenStarted (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/threading/
H A Dsimple_thread.cc25 DCHECK(HasBeenStarted()) << "SimpleThread was never started.";
30 DCHECK(!HasBeenStarted()) << "Tried to Start a thread multiple times.";
37 DCHECK(HasBeenStarted()) << "Tried to Join a never-started thread.";
H A Dsimple_thread_unittest.cc86 EXPECT_FALSE(thread.HasBeenStarted());
91 EXPECT_TRUE(thread.HasBeenStarted());
95 EXPECT_TRUE(thread.HasBeenStarted());
H A Dsimple_thread.h99 bool HasBeenStarted() { return event_.IsSignaled(); } function in class:base::SimpleThread
/external/chromium_org/base/threading/
H A Dsimple_thread.cc26 DCHECK(HasBeenStarted()) << "SimpleThread was never started.";
31 DCHECK(!HasBeenStarted()) << "Tried to Start a thread multiple times.";
39 DCHECK(HasBeenStarted()) << "Tried to Join a never-started thread.";
45 bool SimpleThread::HasBeenStarted() { function in class:base::SimpleThread
H A Dsimple_thread_unittest.cc86 EXPECT_FALSE(thread.HasBeenStarted());
91 EXPECT_TRUE(thread.HasBeenStarted());
95 EXPECT_TRUE(thread.HasBeenStarted());
H A Dsimple_thread.h99 bool HasBeenStarted();
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.cc280 if (!render_thread_->HasBeenStarted()) {
639 if (render_thread_->HasBeenStarted()) {
H A Daudio_unified_win.cc405 if (!audio_io_thread_->HasBeenStarted()) {

Completed in 298 milliseconds