HomeSort by relevance Sort by last modified time
    Searched refs:no_block (Results 1 - 6 of 6) 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); }
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pycapsule.pxd 133 void* PyCapsule_Import(char *name, int no_block) except? NULL
137 # capsule must match this string exactly. If no_block is true,
139 # PyImport_ImportModuleNoBlock()). If no_block is false, import
144 # failed to import the module, and no_block was true, no exception
  /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 329 unsigned long no_block = 1; local
330 return ioctlsocket(fd, FIONBIO, &no_block);
    [all...]

Completed in 738 milliseconds