~ubuntu-branches/ubuntu/wily/spl-linux/wily

« back to all changes in this revision

Viewing changes to include/sys/time.h

  • Committer: Package Import Robot
  • Author(s): Liang Guo
  • Date: 2014-07-31 15:16:53 UTC
  • Revision ID: package-import@ubuntu.com-20140731151653-tgao12alohj26jcs
Tags: upstream-0.6.3+git20140731
ImportĀ upstreamĀ versionĀ 0.6.3+git20140731

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#define MICROSEC                        1000000
48
48
#define NANOSEC                         1000000000
49
49
 
 
50
#define MSEC2NSEC(m)    ((hrtime_t)(m) * (NANOSEC / MILLISEC))
 
51
#define NSEC2MSEC(n)    ((n) / (NANOSEC / MILLISEC))
 
52
 
50
53
/* Already defined in include/linux/time.h */
51
54
#undef CLOCK_THREAD_CPUTIME_ID
52
55
#undef CLOCK_REALTIME