Home
last modified time | relevance | path

Searched refs:_ceval_runtime_state (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ceval.h16 PyAPI_FUNC(void) _PyEval_Initialize(struct _ceval_runtime_state *);
18 struct _ceval_runtime_state *ceval);
20 struct _ceval_runtime_state *ceval);
23 struct _ceval_runtime_state *ceval,
27 struct _ceval_runtime_state *ceval);
Dpycore_pystate.h43 struct _ceval_runtime_state { struct
239 struct _ceval_runtime_state ceval;
/external/python/cpython3/Python/
Dceval_gil.h144 drop_gil(struct _ceval_runtime_state *ceval, PyThreadState *tstate) in drop_gil()
184 take_gil(struct _ceval_runtime_state *ceval, PyThreadState *tstate) in take_gil()
Dceval.c204 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_InitThreads()
223 _PyEval_FiniThreads(struct _ceval_runtime_state *ceval) in _PyEval_FiniThreads()
283 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_AcquireLock()
312 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_AcquireThread()
346 struct _ceval_runtime_state *ceval = &runtime->ceval; in _PyEval_ReInitThreads()
368 _PyEval_SignalAsyncExc(struct _ceval_runtime_state *ceval) in _PyEval_SignalAsyncExc()
377 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_SaveThread()
391 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_RestoreThread()
430 _PyEval_SignalReceived(struct _ceval_runtime_state *ceval) in _PyEval_SignalReceived()
476 struct _ceval_runtime_state *ceval, in _PyEval_AddPendingCall()
[all …]