Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c42 static void _PyThreadState_Delete(_PyRuntimeState *runtime, PyThreadState *tstate);
308 _PyThreadState_Delete(runtime, p); in zapthreads()
828 _PyThreadState_Delete(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_Delete() function
846 _PyThreadState_Delete(&_PyRuntime, tstate); in PyThreadState_Delete()