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

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h71 #define PLAT_GET_TIME(pt) Microseconds(&pt) macro
79 #define PLAT_GET_TIME(pt) gettimeofday(&pt, NULL) macro
89 #define PLAT_GET_TIME(pt) kern_timestamp(&pt) macro
97 #define PLAT_GET_TIME(pt) pt = CFAbsoluteTimeGetCurrent() macro

Completed in 111 milliseconds