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

  /external/chromium/base/
thread_unittest.cc 119 TEST_F(ThreadTest, StopSoon) {
120 Thread a("StopSoon");
124 a.StopSoon();
125 a.StopSoon();
thread.cc 103 StopSoon();
121 void Thread::StopSoon() {
thread.h 85 // StopSoon should not be called multiple times as it is risky to do so. It
88 void StopSoon();

Completed in 128 milliseconds