Searched refs:_PyThreadState_UncheckedGet (Results 1 – 7 of 7) sorted by relevance
150 PyAPI_FUNC(PyThreadState *) _PyThreadState_UncheckedGet(void);
322 return _PyThreadState_UncheckedGet(); in get_current_ts()
210 PyThreadState *tstate = _PyThreadState_UncheckedGet(); in get_thread_state()
950 _PyThreadState_UncheckedGet(void) in _PyThreadState_UncheckedGet() function
479 return _PyThreadState_UncheckedGet(); in get_thread_state_unchecked()
185 Add a new private _PyThreadState_UncheckedGet() function to get the current
404 Add a new private _PyThreadState_UncheckedGet() function to get the current