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