HomeSort by relevance Sort by last modified time
    Searched refs:INCR_TIME (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/stime/
stime01.c 81 #define INCR_TIME 30 /* increment in the system's current time */
121 new_time = real_time_tv.tv_sec + INCR_TIME;
stime02.c 78 #define INCR_TIME 10 /* increment in the system's current time */
159 new_time = curr_time + INCR_TIME;

Completed in 812 milliseconds