HomeSort by: relevance | last modified time | path
    Searched refs:pselect (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/top/dist/
globalstate.h 63 struct process_select pselect; member in struct:globalstate
top.c 419 gstate->pselect.uid = i;
425 gstate->pselect.mode = i;
429 gstate->pselect.system = !gstate->pselect.system;
433 gstate->pselect.idle = !gstate->pselect.idle;
443 gstate->pselect.fullcmd = !gstate->pselect.fullcmd;
447 gstate->pselect.threads = !gstate->pselect.threads
    [all...]
commands.c 646 gstate->pselect.idle = !gstate->pselect.idle;
648 gstate->pselect.idle ? "D" : "Not d");
681 gstate->pselect.fullcmd = !gstate->pselect.fullcmd;
683 gstate->pselect.fullcmd ? "D" : "Not d");
820 gstate->pselect.pid = -1;
825 gstate->pselect.pid = pid;
844 gstate->pselect.uid = -1;
853 gstate->pselect.uid = i
    [all...]
  /src/lib/libc/compat/sys/
compat_select.c 52 __warn_references(pselect,
53 "warning: reference to compatibility pselect(); include <sys/select.h> to generate correct reference")
58 __weak_alias(pselect, _pselect)
91 pselect(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, function
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_select.in.h 267 # undef pselect
268 # define pselect rpl_pselect
270 _GL_FUNCDECL_RPL (pselect, int,
273 _GL_CXXALIAS_RPL (pselect, int,
278 _GL_FUNCDECL_SYS (pselect, int,
284 _GL_CXXALIAS_SYS_CAST (pselect, int,
290 _GL_CXXALIASWARN (pselect);
292 # undef pselect
294 _GL_WARN_ON_USE (pselect, "pselect is not portable -
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_select.in.h 267 # undef pselect
268 # define pselect rpl_pselect
270 _GL_FUNCDECL_RPL (pselect, int,
273 _GL_CXXALIAS_RPL (pselect, int,
278 _GL_FUNCDECL_SYS (pselect, int,
284 _GL_CXXALIAS_SYS_CAST (pselect, int,
290 _GL_CXXALIASWARN (pselect);
292 # undef pselect
294 _GL_WARN_ON_USE (pselect, "pselect is not portable -
    [all...]
  /src/sys/compat/sys/
select.h 48 int pselect(int, fd_set * __restrict, fd_set * __restrict,
  /src/sys/sys/
select.h 69 int pselect(int, fd_set * __restrict, fd_set * __restrict,
  /src/external/bsd/nsd/dist/compat/
pselect.c 18 pselect (int n, function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
select.d 50 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
134 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
172 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
221 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
270 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
317 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
366 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
410 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
458 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
505 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*)
    [all...]
  /src/tests/kernel/
t_timeleft.c 71 ATF_REQUIRE_ERRNO(EINTR, pselect(1, NULL, NULL, NULL, ts, NULL));
118 atf_tc_set_md_var(tc, "descr", "Checks that pselect(2) returns "
  /src/tests/lib/libc/sys/
t_select.c 116 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) {
128 atf_tc_fail("pselect() masks don't match "
138 atf_tc_set_md_var(tc, "descr", "Checks pselect's temporary mask "
166 atf_tc_fail("pselect() did not receive signal");
178 atf_tc_set_md_var(tc, "descr", "Checks pselect's temporary mask "
204 atf_tc_fail("pselect() did not receive signal");
  /src/external/gpl3/gdb.old/dist/readline/readline/
input.c 548 result = pselect (fileno (stream) + 1, &readfds, NULL, NULL, NULL, &_rl_orig_sigset);
552 result = pselect (fileno (stream) + 1, &readfds, NULL, NULL, NULL, &empty_set);
  /src/tests/lib/libpthread/
t_compat_cancel.c 207 RL(pselect(fd[0] + 1, &readfd, NULL, NULL, &t, NULL));
  /src/external/bsd/libbind/dist/isc/
eventlib.c 53 #define pselect Pselect macro
59 static int pselect(int, void *, void *, void *,
306 "time between pselect() %u.%09u count %d\n",
331 x = pselect(ctx->fdMax+1,
738 pselect(int nfds, void *rfds, void *wfds, void *efds, function
  /src/external/gpl3/gdb/dist/readline/readline/
input.c 608 /* If select(2)/pselect(2) is unavailable, use SIGALRM. */
705 result = pselect (nfds, readfds, writefds, exceptfds, &ts, sigmask);
708 result = pselect (nfds, readfds, writefds, exceptfds, NULL, sigmask);
857 /* At this point, if we have pselect, we're using select/pselect for the
956 /* POSIX says read(2)/pselect(2)/select(2) don't return EINTR for any
  /src/lib/libc/resolv/
res_send.c 189 static int pselect(int, void *, void *, void *,
1000 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1204 pselect(int nfds, void *rfds, void *wfds, void *efds, function
  /src/external/bsd/libbind/dist/resolv/
res_send.c 143 static int pselect(int, void *, void *, void *,
893 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1089 pselect(int nfds, void *rfds, void *wfds, void *efds, function
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
svrside.c 532 rv = pselect(nfds+1, &rdfd_set, NULL, NULL, NULL, &oldsigmask);
  /src/external/bsd/nsd/dist/
Makefile.in 329 pselect.o: $(srcdir)/compat/pselect.c
330 $(COMPILE) -c $(srcdir)/compat/pselect.c
665 pselect.o: $(srcdir)/compat/pselect.c config.h $(srcdir)/compat/cpuset.h
  /src/lib/libc/include/
namespace.h 573 #define pselect _pselect macro
  /src/external/bsd/dhcpcd/dist/src/
eloop.c 35 * If ppoll is not available, then pselect(2) can be used instead which has
38 * pselect cannot return error conditions such as EOF for example.
1144 n = pselect(maxfd + 1, &read_fds, &write_fds, NULL, ts, sigmask);
  /src/external/gpl3/gcc/dist/c++tools/
server.cc 77 /* pselect or select */
682 event_count = pselect (limit, &readers, &writers, NULL, NULL, &mask);
706 : "pselect",
  /src/external/gpl3/gcc.old/dist/c++tools/
server.cc 77 /* pselect or select */
682 event_count = pselect (limit, &readers, &writers, NULL, NULL, &mask);
706 : "pselect",
  /src/lib/librumphijack/
hijack.c 190 #define REALPSELECT pselect
259 #define REALPSELECT pselect
2009 DPRINTF(("pselect %d %p %p %p %p %p\n", nfds,

Completed in 58 milliseconds

1 2