Home
last modified time | relevance | path

Searched defs:tstate (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Python/
Dpystate.c159 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState)); in new_threadstate() local
223 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init()
231 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear()
259 tstate_delete_common(PyThreadState *tstate) in tstate_delete_common()
297 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete()
313 PyThreadState *tstate = _PyThreadState_Current; in PyThreadState_DeleteCurrent() local
393 PyThreadState *tstate = PyThreadState_GET(); in PyThreadState_SetAsyncExc() local
446 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next()
510 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent()
548 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState()
Dsysmodule.c52 PyThreadState *tstate = PyThreadState_GET(); in PySys_GetObject() local
74 PyThreadState *tstate = PyThreadState_GET(); in PySys_SetObject() local
152 PyThreadState *tstate; in sys_exc_info() local
172 PyThreadState *tstate; in sys_exc_clear() local
304 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline()
339 PyThreadState *tstate = frame->f_tstate; in profile_trampoline() local
357 PyThreadState *tstate = frame->f_tstate; in trace_trampoline() local
408 PyThreadState *tstate = PyThreadState_GET(); in sys_gettrace() local
447 PyThreadState *tstate = PyThreadState_GET(); in sys_getprofile() local
495 PyThreadState *tstate = PyThreadState_Get(); in sys_settscdump() local
[all …]
Dceval.c86 PyThreadState *tstate = PyThreadState_Get(); in dump_tsc() local
271 PyEval_AcquireThread(PyThreadState *tstate) in PyEval_AcquireThread()
284 PyEval_ReleaseThread(PyThreadState *tstate) in PyEval_ReleaseThread()
302 PyThreadState *tstate; in PyEval_ReInitThreads() local
341 PyThreadState *tstate = PyThreadState_Swap(NULL); in PyEval_SaveThread() local
352 PyEval_RestoreThread(PyThreadState *tstate) in PyEval_RestoreThread()
620 PyThreadState *tstate = PyThreadState_GET(); in _Py_CheckRecursiveCall() local
802 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalFrameEx() local
3354 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalCodeEx() local
3699 set_exc_info(PyThreadState *tstate, in set_exc_info()
[all …]
Derrors.c27 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Restore() local
78 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Occurred() local
151 PyThreadState *tstate = NULL; in PyErr_NormalizeException() local
246 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Fetch() local
Dtraceback.c108 PyThreadState *tstate = PyThreadState_GET(); in PyTraceBack_Here() local
Dpythonrun.c158 PyThreadState *tstate; in Py_InitializeEx() local
407 PyThreadState *tstate; in Py_Finalize() local
579 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local
652 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter()
1718 PyThreadState *tstate = PyThreadState_GET(); in wait_for_thread_shutdown() local
Dimport.c308 PyThreadState *tstate = PyEval_SaveThread(); in _PyImport_AcquireLock() local
/external/python/cpython2/Modules/
Dthreadmodule.c398 PyThreadState *tstate; in local_clear() local
605 PyThreadState *tstate; member
612 PyThreadState *tstate; in t_bootstrap() local
Dpyexpat.c273 trace_frame(PyThreadState *tstate, PyFrameObject *f, int code, PyObject *val) in trace_frame()
300 trace_frame_exc(PyThreadState *tstate, PyFrameObject *f) in trace_frame_exc()
339 PyThreadState *tstate = PyThreadState_GET(); in call_with_frame() local
D_tkinter.c2998 PyThreadState *tstate = PyThreadState_Get(); in Tkapp_MainLoop() local
/external/ppp/pppd/include/net/
Dvjcompress.h126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
Dslcompress.h134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
/external/python/cpython2/Objects/
Dgenobject.c47 PyThreadState *tstate = PyThreadState_GET(); in gen_send_ex() local
Dframeobject.c622 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, in PyFrame_New()
Dobject.c2452 PyThreadState *tstate = PyThreadState_GET(); in _PyTrash_thread_deposit_object() local
2490 PyThreadState *tstate = PyThreadState_GET(); in _PyTrash_thread_destroy_chain() local
Ddictobject.c713 PyThreadState *tstate; in PyDict_GetItem() local
Dtypeobject.c925 PyThreadState *tstate = PyThreadState_GET(); in subtype_dealloc() local
/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c54 register struct cstate *tstate = comp->tstate; in vj_compress_init() local
Dvj.h143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */ member
/external/python/cpython2/Demo/pysvr/
Dpysvr.c278 PyThreadState *tstate; in run_interpreter() local
/external/mksh/src/
Dsh.h1617 struct tstate { struct
1618 struct tbl **next;
1619 ssize_t left;