コード例 #1
0
 private static unsafe extern int poll(pollfd *fds, uint count, int timeout);
コード例 #2
0
 public static unsafe extern int snd_pcm_poll_descriptors(IntPtr pcm, pollfd *pfds, int count);
コード例 #3
0
 public static unsafe extern int snd_pcm_poll_descriptors_revents(IntPtr pcm, pollfd *pfds, int count, out ePollResult result);
コード例 #4
0
ファイル: Libc.cs プロジェクト: Robert-Louis/Uno
 public static extern int poll(pollfd *fds, IntPtr nfds, int timeout);
コード例 #5
0
ファイル: LibC.cs プロジェクト: zeta1999/Vrmac
 static unsafe extern int poll(pollfd *fds, int nfds, int timeout);
コード例 #6
0
 public static extern int poll(pollfd *fds, nuint nfds, int timeout);
コード例 #7
0
 public static extern int ppoll(pollfd *fds, ulong_t nfds, timespec *timeout, sigset_t *sigmask);
コード例 #8
0
 public static extern int poll(pollfd *fds, ulong_t nfds, int timeout);