Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpystate.c1321 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent() function
1515 current = PyThreadState_IsCurrent(tcur); in PyGILState_Ensure()
1547 if (!PyThreadState_IsCurrent(tstate)) { in PyGILState_Release()
1552 assert(PyThreadState_IsCurrent(tstate)); in PyGILState_Release()