Searched refs:PyEval_AcquireThread (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Include/
H A Dceval.h126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
/external/python/cpython3/Include/
H A Dceval.h187 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
/external/python/cpython2/Demo/pysvr/
H A Dpysvr.c175 PyEval_AcquireThread(gtstate);
/external/python/cpython2/Modules/
H A Dthreadmodule.c618 PyEval_AcquireThread(tstate);
/external/python/cpython3/Modules/
H A D_threadmodule.c996 PyEval_AcquireThread(tstate);
/external/python/cpython2/Python/
H A Dceval.c271 PyEval_AcquireThread(PyThreadState *tstate) function
274 Py_FatalError("PyEval_AcquireThread: NULL new thread state");
280 "PyEval_AcquireThread: non-NULL old thread state");
/external/python/cpython3/Python/
H A Dceval.c268 PyEval_AcquireThread(PyThreadState *tstate) function
271 Py_FatalError("PyEval_AcquireThread: NULL new thread state");
277 "PyEval_AcquireThread: non-NULL old thread state");

Completed in 367 milliseconds