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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pycapsule.h 51 PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int no_block);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pycapsule.h 51 PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int no_block);
  /system/core/toolbox/upstream-netbsd/bin/dd/
conv.c 102 static const char no_block[] = "unblock and -DNO_CONV?"; variable
103 void block(void) { errx(EXIT_FAILURE, "%s", no_block + 2); }
104 void block_close(void) { errx(EXIT_FAILURE, "%s", no_block + 2); }
105 void unblock(void) { errx(EXIT_FAILURE, "%s", no_block); }
106 void unblock_close(void) { errx(EXIT_FAILURE, "%s", no_block); }
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_bo.c 373 nouveau_bo_wait(struct nouveau_bo *bo, int cpu_write, int no_wait, int no_block)
395 if (no_block)
  /external/chromium_org/net/base/
net_util.cc 328 unsigned long no_block = 1; local
329 return ioctlsocket(fd, FIONBIO, &no_block);

Completed in 2167 milliseconds