Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpystate.c117 zapthreads(PyInterpreterState *interp) in zapthreads() function
132 zapthreads(interp); in PyInterpreterState_Delete()
/external/python/cpython3/Python/
Dpystate.c323 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads() function
339 zapthreads(interp, 0); in PyInterpreterState_Delete()
403 zapthreads(interp, 1); in _PyInterpreterState_DeleteExceptMain()