コード例 #1
0
 public static extern int clock_gettime(
     [In] clockid_t clock_id,
     [Out] out timespec tp
     );
コード例 #2
0
 public static extern int clock_settime(
     [In] clockid_t clock_id,
     [In] ref /* readonly */ timespec tp
     );
コード例 #3
0
 public static extern int clock_getres(
     [In] clockid_t clock_id,
     [Out] out timespec res
     );