Home | History | Annotate | Download | only in message_loop

Lines Matching refs:run_time

84 static void RecordRunTimeFunc(Time* run_time, int* quit_counter) {
85 *run_time = Time::Now();
112 Time run_time;
119 Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
143 EXPECT_TRUE(run_time.is_null());