HomeSort by relevance Sort by last modified time
    Searched defs:SetNotAlive (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_win.cc 120 void ThreadWindows::SetNotAlive() {
thread_posix.cc 15 // other threads, using SetNotAlive() and Stop().
30 // false any SetNotAlive
38 // SetNotAlive(false)
279 void ThreadPosix::SetNotAlive() {
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 128 void ThreadWindows::SetNotAlive()
thread_posix.cc 15 // other threads, using SetNotAlive() and Stop().
30 // false any SetNotAlive
38 // SetNotAlive(false)
279 void ThreadPosix::SetNotAlive()
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 281 (*iter)->SetNotAlive();
568 void UdpSocket2WorkerWindows::SetNotAlive()
571 "SetNotAlive UdpSocket2WorkerWindows");
572 _pThread->SetNotAlive();

Completed in 548 milliseconds