Esempio n. 1
0
 public static extern int clock_gettime(
     [In] clockid_t clock_id,
     [Out] out timespec tp
     );
Esempio n. 2
0
 public static extern int clock_settime(
     [In] clockid_t clock_id,
     [In] ref /* readonly */ timespec tp
     );
Esempio n. 3
0
 public static extern int clock_getres(
     [In] clockid_t clock_id,
     [Out] out timespec res
     );