Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dpystate.c53 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
226 _PyGILState_NoteThreadState(tstate); in _PyThreadState_Init()
532 _PyGILState_NoteThreadState(t); in _PyGILState_Init()
548 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c222 static void _PyGILState_NoteThreadState(
885 _PyGILState_NoteThreadState(&tstate->interp->runtime->gilstate, tstate); in _PyThreadState_SetCurrent()
1556 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_SetTstate()
1607 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst5416 Make _PyGILState_NoteThreadState() static, it was not used anywhere outside