Searched defs:run_time (Results 1 - 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
H A Dtimer.c81 time_t run_time = 0; local
96 run_time++;
99 run_time, env->bContinue);
173 if (((args->hbeat > 0) && ((run_time % args->hbeat) == 0))
188 if (run_time >= args->run_time) { /* and run time exceeded */
199 run_time, env->bContinue, env->kids);
H A Dmain.h212 time_t run_time; /* run time in seconds */ member in struct:child_args
/external/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c214 /* Input: run_time - number of hours the test is intended to run. */
218 /* Synopsis: void set_timer(int run_time); */
221 static void set_timer(int run_time) argument
223 struct itimerval timer; /* timer structure, tv_sec is set to run_time */
228 timer.it_value.tv_sec = (time_t) (run_time * 3600.0);
/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc83 void RecordRunTimeFunc(Time* run_time, int* quit_counter) { argument
84 *run_time = Time::Now();
133 Time run_time; local
136 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks), kDelay);
207 Time run_time;
211 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
H A Dmessage_loop_unittest.cc90 static void RecordRunTimeFunc(Time* run_time, int* quit_counter) { argument
91 *run_time = Time::Now();
118 Time run_time; local
125 Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
149 EXPECT_TRUE(run_time.is_null());
/external/ltp/pan/
H A Dltp-pan.c171 int run_time = -1; local
253 case 't': /* run_time to run */
254 ret = sscanf(optarg, "%d%c", &run_time, &modifier);
263 " assuming %c\n", run_time, modifier);
267 run_time = run_time;
270 run_time = run_time * 60;
273 run_time = run_time * 6
[all...]

Completed in 184 milliseconds