Home
last modified time | relevance | path

Searched refs:StopSoon (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/threading/
Dthread_unittest.cc198 a->StopSoon(); in TEST_F()
252 TEST_F(ThreadTest, StopSoon) { in TEST_F() argument
257 a.StopSoon(); in TEST_F()
268 a.StopSoon(); in TEST_F()
270 a.StopSoon(); in TEST_F()
277 a.StopSoon(); in TEST_F()
374 a->StopSoon(); in TEST_F()
Dthread.cc172 StopSoon(); in Stop()
193 void Thread::StopSoon() { in StopSoon() function in base::Thread
Dthread.h183 void StopSoon();
/external/libchrome/base/profiler/
Dstack_sampling_profiler.cc638 StopSoon(); in ShutdownTask()