HomeSort by relevance Sort by last modified time
    Searched defs:SOCK_NONBLOCK (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
socket.c 36 /* LTP defaults to using O_NONBLOCK if SOCK_NONBLOCK is not defined. */
40 #ifndef SOCK_NONBLOCK
41 # define SOCK_NONBLOCK O_NONBLOCK
63 native_type |= SOCK_NONBLOCK;
102 if (native_type & SOCK_NONBLOCK) {
104 native_type &= ~SOCK_NONBLOCK;
  /external/kernel-headers/original/asm-mips/
socket.h 121 #define SOCK_NONBLOCK O_NONBLOCK

Completed in 41 milliseconds