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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_solaris.h348 #define GETTIME(tt) _pr_solx86_clock_gettime(CLOCK_REALTIME, (tt)) macro
350 #define GETTIME(tt) clock_gettime(CLOCK_REALTIME, (tt)) macro
544 #define GETTIME(tt) _pr_solx86_clock_gettime(CLOCK_REALTIME, (tt))
546 #define GETTIME(tt) clock_gettime(CLOCK_REALTIME, (tt))

Completed in 45 milliseconds