• Home
  • Raw
  • Download

Lines Matching refs:_PyThreadState_GET

85     PyThreadState *tstate = _PyThreadState_GET();  in _PySys_GetObjectId()
102 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetObject()
194 assert(ts == _PyThreadState_GET()); in sys_audit_tstate()
330 PyThreadState *tstate = _PyThreadState_GET(); in PySys_Audit()
446 PyThreadState *tstate = _PyThreadState_GET(); in sys_addaudithook_impl()
481 PyThreadState *tstate = _PyThreadState_GET(); in sys_audit()
531 PyThreadState *tstate = _PyThreadState_GET(); in sys_breakpointhook()
700 PyThreadState *tstate = _PyThreadState_GET(); in sys_displayhook()
787 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(_PyThreadState_GET()); in sys_exc_info_impl()
980 PyThreadState *tstate = _PyThreadState_GET(); in profile_trampoline()
1006 PyThreadState *tstate = _PyThreadState_GET(); in trace_trampoline()
1030 PyThreadState *tstate = _PyThreadState_GET(); in sys_settrace()
1063 PyThreadState *tstate = _PyThreadState_GET(); in sys_gettrace_impl()
1079 PyThreadState *tstate = _PyThreadState_GET(); in sys_setprofile()
1112 PyThreadState *tstate = _PyThreadState_GET(); in sys_getprofile_impl()
1182 PyThreadState *tstate = _PyThreadState_GET(); in sys_setrecursionlimit_impl()
1228 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_coroutine_origin_tracking_depth_impl()
1661 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetSizeOf()
1707 PyThreadState *tstate = _PyThreadState_GET(); in sys_getsizeof()
1803 PyThreadState *tstate = _PyThreadState_GET(); in sys__getframe_impl()
2247 PyThreadState *tstate = _PyThreadState_GET(); in PySys_ResetWarnOptions()
2275 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOptionUnicode()
2287 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOption()
2303 PyThreadState *tstate = _PyThreadState_GET(); in PySys_HasWarnOptions()
2342 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_AddXOptionWithError()
2377 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddXOption()
2391 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetXOptions()
3158 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetArgvEx()
3274 PyThreadState *tstate = _PyThreadState_GET(); in sys_write()
3317 PyThreadState *tstate = _PyThreadState_GET(); in sys_format()