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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h 87 a line containing Py_BLOCK_THREADS before the return, e.g.
90 Py_BLOCK_THREADS
97 Py_BLOCK_THREADS
105 Py_END_ALLOW_THREADS and Py_BLOCK_THREADS.
133 #define Py_BLOCK_THREADS PyEval_RestoreThread(_save);
141 #define Py_BLOCK_THREADS
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h 87 a line containing Py_BLOCK_THREADS before the return, e.g.
90 Py_BLOCK_THREADS
97 Py_BLOCK_THREADS
105 Py_END_ALLOW_THREADS and Py_BLOCK_THREADS.
133 #define Py_BLOCK_THREADS PyEval_RestoreThread(_save);
141 #define Py_BLOCK_THREADS

Completed in 66 milliseconds