HomeSort by relevance Sort by last modified time
    Searched refs:INFTIM (Results 1 - 8 of 8) sorted by null

  /external/openssh/openbsd-compat/
bsd-poll.h 57 #define INFTIM (-1) /* not standard */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 85 #define INFTIM -1
  /external/libpcap/
pcap-snit.c 255 si.ic_timout = INFTIM;
359 si.ic_timout = INFTIM;
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 328 INFTIM = -1
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 774 if ( INFTIM != timeout ) {
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 534 poll() syscall, when negative, must be exactly INFTIM, where defined,
537 #ifdef INFTIM
538 timeout = INFTIM;
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 561 poll() syscall, when negative, must be exactly INFTIM, where defined,
564 #ifdef INFTIM
565 ms = INFTIM;
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py     [all...]

Completed in 398 milliseconds