HomeSort by: relevance | last modified time | path
    Searched defs:use_poll (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/less/dist/
os.c 46 #define USE_POLL 1
47 static int use_poll = TRUE; variable
49 #define USE_POLL 0
51 #if USE_POLL
98 #if USE_POLL
103 use_poll = FALSE;
108 #if USE_POLL
151 #endif /* USE_POLL */
155 #if USE_POLL
156 return (use_poll);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 86 static bool use_poll = true; variable
274 if (use_poll)
286 use_poll = false;
288 if (use_poll)
337 if (use_poll)
422 if (use_poll)
502 if (use_poll)
579 if (use_poll)
647 if (use_poll)
831 if (use_poll)
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 86 static bool use_poll = true; variable
274 if (use_poll)
286 use_poll = false;
288 if (use_poll)
337 if (use_poll)
422 if (use_poll)
502 if (use_poll)
579 if (use_poll)
647 if (use_poll)
831 if (use_poll)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c 229 static int use_poll = -1;
231 if (use_poll < 0)
238 use_poll = 0;
240 use_poll = 1;
243 if (use_poll)
227 static int use_poll = -1; local
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c 229 static int use_poll = -1;
231 if (use_poll < 0)
238 use_poll = 0;
240 use_poll = 1;
243 if (use_poll)
227 static int use_poll = -1; local

Completed in 20 milliseconds