• Home
  • Raw
  • Download

Lines Matching refs:_PyThreadState_GET

86     PyThreadState *tstate = _PyThreadState_GET();  in _PySys_GetObjectId()
103 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetObject()
195 assert(ts == _PyThreadState_GET()); in sys_audit_tstate()
331 PyThreadState *tstate = _PyThreadState_GET(); in PySys_Audit()
447 PyThreadState *tstate = _PyThreadState_GET(); in sys_addaudithook_impl()
482 PyThreadState *tstate = _PyThreadState_GET(); in sys_audit()
532 PyThreadState *tstate = _PyThreadState_GET(); in sys_breakpointhook()
701 PyThreadState *tstate = _PyThreadState_GET(); in sys_displayhook()
788 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(_PyThreadState_GET()); in sys_exc_info_impl()
981 PyThreadState *tstate = _PyThreadState_GET(); in profile_trampoline()
1007 PyThreadState *tstate = _PyThreadState_GET(); in trace_trampoline()
1031 PyThreadState *tstate = _PyThreadState_GET(); in sys_settrace()
1064 PyThreadState *tstate = _PyThreadState_GET(); in sys_gettrace_impl()
1080 PyThreadState *tstate = _PyThreadState_GET(); in sys_setprofile()
1113 PyThreadState *tstate = _PyThreadState_GET(); in sys_getprofile_impl()
1183 PyThreadState *tstate = _PyThreadState_GET(); in sys_setrecursionlimit_impl()
1229 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_coroutine_origin_tracking_depth_impl()
1683 PyThreadState *tstate = _PyThreadState_GET(); in sys_set_int_max_str_digits_impl()
1701 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetSizeOf()
1747 PyThreadState *tstate = _PyThreadState_GET(); in sys_getsizeof()
1843 PyThreadState *tstate = _PyThreadState_GET(); in sys__getframe_impl()
2289 PyThreadState *tstate = _PyThreadState_GET(); in PySys_ResetWarnOptions()
2317 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOptionUnicode()
2329 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddWarnOption()
2345 PyThreadState *tstate = _PyThreadState_GET(); in PySys_HasWarnOptions()
2384 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_AddXOptionWithError()
2419 PyThreadState *tstate = _PyThreadState_GET(); in PySys_AddXOption()
2433 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetXOptions()
3202 PyThreadState *tstate = _PyThreadState_GET(); in PySys_SetArgvEx()
3318 PyThreadState *tstate = _PyThreadState_GET(); in sys_write()
3361 PyThreadState *tstate = _PyThreadState_GET(); in sys_format()