示例#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
     );