Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpystate.c177 static void _PyGILState_NoteThreadState(
696 _PyGILState_NoteThreadState(&tstate->interp->runtime->gilstate, tstate); in _PyThreadState_Init()
1365 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_SetTstate()
1416 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function