Home
last modified time | relevance | path

Searched refs:tscInfo_t (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/osfmk/i386/
H A Dtsc.h76 typedef struct tscInfo tscInfo_t; typedef
78 extern void tsc_get_info(tscInfo_t *info);
H A Dtsc.c311 tsc_get_info(tscInfo_t *info) in tsc_get_info()