Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h150 PyAPI_FUNC(PyThreadState *) _PyThreadState_UncheckedGet(void);
/external/python/cffi/c/
Dmisc_thread_common.h322 return _PyThreadState_UncheckedGet(); in get_current_ts()
/external/python/cpython3/Modules/
Dfaulthandler.c210 PyThreadState *tstate = _PyThreadState_UncheckedGet(); in get_thread_state()
/external/python/cpython3/Python/
Dpystate.c950 _PyThreadState_UncheckedGet(void) in _PyThreadState_UncheckedGet() function
/external/python/pybind11/include/pybind11/
Dcast.h479 return _PyThreadState_UncheckedGet(); in get_thread_state_unchecked()
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst185 Add a new private _PyThreadState_UncheckedGet() function to get the current
D3.6.0a1.rst404 Add a new private _PyThreadState_UncheckedGet() function to get the current