Home | History | Annotate | Download | only in Python

Lines Matching refs:PyThreadState

49 PyThreadState *_PyThreadState_Current = NULL;
53 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
101 PyThreadState *p;
119 PyThreadState *p;
151 threadstate_getframe(PyThreadState *self)
156 static PyThreadState *
159 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState));
210 PyThreadState *
216 PyThreadState *
223 _PyThreadState_Init(PyThreadState *tstate)
231 PyThreadState_Clear(PyThreadState *tstate)
259 tstate_delete_common(PyThreadState *tstate)
262 PyThreadState **p;
263 PyThreadState *prev_p = NULL;
297 PyThreadState_Delete(PyThreadState *tstate)
313 PyThreadState *tstate = _PyThreadState_Current;
326 PyThreadState *
336 PyThreadState *
337 PyThreadState_Swap(PyThreadState *newts)
339 PyThreadState *oldts = _PyThreadState_Current;
352 PyThreadState *check = PyGILState_GetThisThreadState();
393 PyThreadState *tstate = PyThreadState_GET();
395 PyThreadState *p;
440 PyThreadState *
445 PyThreadState *
446 PyThreadState_Next(PyThreadState *tstate) {
473 PyThreadState *t;
510 PyThreadState_IsCurrent(PyThreadState *tstate)
524 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t)
548 _PyGILState_NoteThreadState(PyThreadState* tstate)
578 PyThreadState *
583 return (PyThreadState *)PyThread_get_key_value(autoTLSkey);
590 PyThreadState *tcur;
599 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey);
640 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value(