Home
last modified time | relevance | path

Searched defs:ufds (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dselect.c329 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms) in Curl_poll()
Dmulti.c1097 struct pollfd *ufds = &a_few_on_stack[0]; local
/third_party/alsa-lib/test/
Dpcm.c281 static int wait_for_poll(snd_pcm_t *handle, struct pollfd *ufds, unsigned int count) in wait_for_poll()
299 struct pollfd *ufds; in write_and_poll_loop() local
/third_party/pulseaudio/src/pulse/
Dthread-mainloop.c60 static int poll_func(struct pollfd *ufds, unsigned long nfds, int timeout, void *userdata) { in poll_func()
/third_party/python/Modules/
Dselectmodule.c401 struct pollfd *ufds; member