Searched refs:_PyGILState_NoteThreadState (Results 1 – 2 of 2) sorted by relevance
53 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
12167 - Make _PyGILState_NoteThreadState() static, it was not used anywhere