Home
last modified time | relevance | path

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

/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
/external/python/cpython3/Python/
Dpystate.c65 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
263 _PyGILState_NoteThreadState(tstate); in _PyThreadState_Init()
722 _PyGILState_NoteThreadState(t); in _PyGILState_Init()
763 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/external/python/cpython2/Misc/
DNEWS12167 - Make _PyGILState_NoteThreadState() static, it was not used anywhere