Home
last modified time | relevance | path

Searched refs:rfs (Results 1 – 2 of 2) sorted by relevance

/sysdeps/pthread/
A Dtst-pthread_cancel-select-loop.c53 fd_set rfs; in canceled_thread_function() local
56 FD_ZERO (&rfs); in canceled_thread_function()
59 FD_SET (pipe_fds[0], &rfs); in canceled_thread_function()
63 select (FD_SETSIZE, &rfs, &wfs, &efs, NULL); in canceled_thread_function()
A Dtst-cancel4.c289 fd_set rfs; in tf_select() local
290 FD_ZERO (&rfs); in tf_select()
291 FD_SET (fd, &rfs); in tf_select()
296 s = select (fd + 1, &rfs, NULL, NULL, NULL); in tf_select()
324 fd_set rfs; in tf_pselect() local
325 FD_ZERO (&rfs); in tf_pselect()
326 FD_SET (fd, &rfs); in tf_pselect()
331 s = pselect (fd + 1, &rfs, NULL, NULL, NULL, NULL); in tf_pselect()
359 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_poll() local
364 s = poll (rfs, 1, -1); in tf_poll()
[all …]

Completed in 8 milliseconds