Searched refs:PyThreadState_Delete (Results 1 – 17 of 17) sorted by relevance
60 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
123 PyThreadState_Delete(p); in zapthreads()297 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete() function
642 PyThreadState_Delete(tstate); in Py_NewInterpreter()
167 PyThreadState_Delete(tstate); in thread_canary_free_zombies()
379 PyThreadState_Delete
568 PyThreadState_Delete=python39.PyThreadState_Delete
1034 "PyThreadState_Delete"
1346 PyThreadState_Delete:void:::1347 PyThreadState_Delete:PyThreadState*:tstate::
881 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete() function
1608 PyThreadState_Delete(tstate); in new_interpreter()
926 :c:func:`PyThreadState_Delete`.
1057 Previously, that happened in :c:func:`PyThreadState_Delete`.1060 .. c:function:: void PyThreadState_Delete(PyThreadState *tstate)1070 Like :c:func:`PyThreadState_Delete`, the global interpreter lock need not
2192 PyThreadState_Delete:void:::2193 PyThreadState_Delete:PyThreadState*:tstate::
730 .. c:function:: void PyThreadState_Delete(PyThreadState *tstate)
4353 - Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the18737 - Patch #1413181: changed ``PyThreadState_Delete()`` to forget about the
1353 - Patch #1413181: changed ``PyThreadState_Delete()`` to forget about the