HomeSort by relevance Sort by last modified time
    Searched full:task_thread_ (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/message_loop/
message_loop_task_runner_unittest.cc 24 task_thread_("task_thread"),
33 task_thread_.Start();
35 // Allow us to pause the |task_thread_|'s MessageLoop.
36 task_thread_.message_loop()->PostTask(
42 // Make sure the |task_thread_| is not blocked, and stop the thread
46 task_thread_.Stop();
91 Thread task_thread_; member in class:base::MessageLoopTaskRunnerTest
112 ASSERT_TRUE(task_thread_.task_runner()->PostTaskAndReply(
125 EXPECT_EQ(task_thread_.message_loop(), task_run_on);
147 task_thread_.task_runner()
    [all...]

Completed in 1050 milliseconds