Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpystate.c45 static void _PyThreadState_Delete(PyThreadState *tstate, int check_current);
366 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads() argument
372 _PyThreadState_Delete(tstate, check_current); in zapthreads()
914 _PyThreadState_Delete(PyThreadState *tstate, int check_current) in _PyThreadState_Delete() argument
917 if (check_current) { in _PyThreadState_Delete()