コード例 #1
0
 private static int ToTimespec(IntPtr source, out Timespec destination)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public static bool TryCopy(IntPtr source, out Timespec destination)
 {
     return(ToTimespec(source, out destination) == 0);
 }
コード例 #3
0
 private static int FromTimespec(ref Timespec source, IntPtr destination)
 {
     throw new System.NotImplementedException();
 }
コード例 #4
0
 private static extern int ToTimespec(IntPtr source, out Timespec destination);
コード例 #5
0
 public static bool TryCopy(ref Timespec source, IntPtr destination)
 {
     return(FromTimespec(ref source, destination) == 0);
 }
コード例 #6
0
 private static extern int FromTimespec(ref Timespec source, IntPtr destination);
コード例 #7
0
 public static int nanosleep(ref Timespec req, ref Timespec rem)
 {
     throw new System.NotImplementedException();
 }
コード例 #8
0
		public static extern int nanosleep (ref Timespec req, ref Timespec rem);