Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpystate.c510 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent() function
609 current = PyThreadState_IsCurrent(tcur); in PyGILState_Ensure()
634 if (! PyThreadState_IsCurrent(tcur)) in PyGILState_Release()
636 assert(PyThreadState_IsCurrent(tcur)); in PyGILState_Release()