예제 #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);