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

  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 73 #ifndef FNONBLOCK
74 #define FNONBLOCK O_NONBLOCK
87 flags |= FNONBLOCK;
89 flags &= ~FNONBLOCK;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 189 # define FNONBLOCK O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 189 # define FNONBLOCK O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 189 # define FNONBLOCK O_NONBLOCK

Completed in 67 milliseconds