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

  /external/ltp/include/
tst_safe_clocks.h 22 static inline void safe_clock_gettime(const char *file, const int lineno, function
36 #define SAFE_CLOCK_GETTIME(clk_id, tp)\
37 safe_clock_gettime(__FILE__, __LINE__, (clk_id), (tp))
  /external/ltp/testcases/kernel/syscalls/statx/
statx06.c 125 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &before_time);
129 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &after_time);

Completed in 296 milliseconds