Home | History | Annotate | Download | only in Python

Lines Matching refs:PyThreadState

50 PyThreadState *_PyThreadState_Current = NULL;

54 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
102 PyThreadState *p;
120 PyThreadState *p;
152 threadstate_getframe(PyThreadState *self)
157 static PyThreadState *
160 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState));
208 PyThreadState *
214 PyThreadState *
221 _PyThreadState_Init(PyThreadState *tstate)
229 PyThreadState_Clear(PyThreadState *tstate)
257 tstate_delete_common(PyThreadState *tstate)
260 PyThreadState **p;
261 PyThreadState *prev_p = NULL;
295 PyThreadState_Delete(PyThreadState *tstate)
311 PyThreadState *tstate = _PyThreadState_Current;
324 PyThreadState *
334 PyThreadState *
335 PyThreadState_Swap(PyThreadState *newts)
337 PyThreadState *oldts = _PyThreadState_Current;
350 PyThreadState *check = PyGILState_GetThisThreadState();
391 PyThreadState *tstate = PyThreadState_GET();
393 PyThreadState *p;
438 PyThreadState *
443 PyThreadState *
444 PyThreadState_Next(PyThreadState *tstate) {
471 PyThreadState *t;
508 PyThreadState_IsCurrent(PyThreadState *tstate)
522 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t)
547 PyThreadState *tstate = PyGILState_GetThisThreadState();
563 _PyGILState_NoteThreadState(PyThreadState* tstate)
593 PyThreadState *
598 return (PyThreadState *)PyThread_get_key_value(autoTLSkey);
605 PyThreadState *tcur;
612 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey);
639 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value(