コード例 #1
0
 internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice advice);
コード例 #2
0
 internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice advice);
コード例 #3
0
 internal static extern int PosixFAdvise(int fd, long offset, long length, FileAdvice advice);
コード例 #4
0
 internal static extern int PosixFAdvise(int fd, long offset, long length, FileAdvice advice);