Searched refs:sample_cnt (Results 1 - 1 of 1) sorted by relevance

/external/ltp/lib/
H A Dtst_timer_test.c46 static int sample_cnt; variable
377 samples = SAFE_MALLOC(sizeof(long long) * MAX(MAX_SAMPLES, sample_cnt));
414 do_timer_test(sleep_time, sample_cnt);
435 if (tst_parse_int(str_sample_cnt, &sample_cnt, 1, INT_MAX)) {
445 if (!sample_cnt)
446 sample_cnt = 500;
448 long long timeout = sleep_time * sample_cnt / 1000000;

Completed in 341 milliseconds