HomeSort by relevance Sort by last modified time
    Searched refs:console_thread_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 48 console_thread_(new talk_base::Thread()), prompt_(std::string("call")),
57 if (!console_thread_.get()) {
62 if (console_thread_->started()) {
66 console_thread_->Start();
67 console_thread_->Post(this, MSG_START);
71 if (console_thread_.get() && console_thread_->started()) {
78 pthread_kill(console_thread_->GetPThread(), SIGUSR1);
80 console_thread_->Stop();
81 console_thread_.reset()
    [all...]
console.h 80 talk_base::scoped_ptr<talk_base::Thread> console_thread_; member in class:Console

Completed in 42 milliseconds