Esempio n. 1
0
 private static unsafe extern int poll(pollfd *fds, uint count, int timeout);
Esempio n. 2
0
 public static unsafe extern int snd_pcm_poll_descriptors(IntPtr pcm, pollfd *pfds, int count);
Esempio n. 3
0
 public static unsafe extern int snd_pcm_poll_descriptors_revents(IntPtr pcm, pollfd *pfds, int count, out ePollResult result);
Esempio n. 4
0
 public static extern int poll(pollfd *fds, IntPtr nfds, int timeout);
Esempio n. 5
0
 static unsafe extern int poll(pollfd *fds, int nfds, int timeout);
Esempio n. 6
0
 public static extern int poll(pollfd *fds, nuint nfds, int timeout);
Esempio n. 7
0
 public static extern int ppoll(pollfd *fds, ulong_t nfds, timespec *timeout, sigset_t *sigmask);
Esempio n. 8
0
 public static extern int poll(pollfd *fds, ulong_t nfds, int timeout);