Home
last modified time | relevance | path

Searched refs:no_block (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/includes/
Dcapsulethunk.h71 PyCapsule_Import(const char *name, int no_block) in PyCapsule_Import() argument
93 if (no_block) { in PyCapsule_Import()
/external/python/cpython2/Doc/c-api/
Dcapsule.rst97 .. c:function:: void* PyCapsule_Import(const char *name, int no_block)
102 string exactly. If *no_block* is true, import the module without blocking
103 (using :c:func:`PyImport_ImportModuleNoBlock`). If *no_block* is false,
108 import the module, and *no_block* was true, no exception is set.
/external/python/cpython2/Objects/
Dcapsule.c195 PyCapsule_Import(const char *name, int no_block) in PyCapsule_Import() argument
217 if (no_block) { in PyCapsule_Import()
/external/python/cpython2/Include/
Dpycapsule.h51 PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int no_block);
/external/python/cpython2/Doc/data/
Drefcounts.dat73 PyCapsule_Import:int:no_block::