Home
last modified time | relevance | path

Searched refs:ceval (Results 1 – 25 of 41) sorted by relevance

12

/external/python/cpython3/Python/
Dceval_gil.h144 drop_gil(struct _ceval_runtime_state *ceval, PyThreadState *tstate) in drop_gil() argument
146 struct _gil_runtime_state *gil = &ceval->gil; in drop_gil()
166 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request) && tstate != NULL) { in drop_gil()
171 RESET_GIL_DROP_REQUEST(ceval); in drop_gil()
184 take_gil(struct _ceval_runtime_state *ceval, PyThreadState *tstate) in take_gil() argument
190 struct _gil_runtime_state *gil = &ceval->gil; in take_gil()
213 SET_GIL_DROP_REQUEST(ceval); in take_gil()
235 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request)) { in take_gil()
236 RESET_GIL_DROP_REQUEST(ceval); in take_gil()
239 _PyEval_SignalAsyncExc(ceval); in take_gil()
[all …]
Dceval.c125 #define GIL_REQUEST _Py_atomic_load_relaxed(&ceval->gil_drop_request)
130 #define COMPUTE_EVAL_BREAKER(ceval) \ argument
132 &(ceval)->eval_breaker, \
134 _Py_atomic_load_relaxed(&(ceval)->signals_pending) | \
135 _Py_atomic_load_relaxed(&(ceval)->pending.calls_to_do) | \
136 (ceval)->pending.async_exc)
138 #define SET_GIL_DROP_REQUEST(ceval) \ argument
140 _Py_atomic_store_relaxed(&(ceval)->gil_drop_request, 1); \
141 _Py_atomic_store_relaxed(&(ceval)->eval_breaker, 1); \
144 #define RESET_GIL_DROP_REQUEST(ceval) \ argument
[all …]
Dpystate.c62 _PyEval_Initialize(&runtime->ceval); in _PyRuntimeState_Init_impl()
1019 _PyEval_SignalAsyncExc(&runtime->ceval); in PyThreadState_SetAsyncExc()
/external/clang/test/SemaCXX/
Dconstant-expression.cpp14 const Enum ceval = eval; variable
25 v4 = ceval,
38 b4 : ceval,
51 i4 = ceval,
65 case 300 + ceval: in f()
81 template struct C<cval, ceval>;
/external/python/cpython3/Include/internal/
Dpycore_ceval.h18 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.h239 struct _ceval_runtime_state ceval; member
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk352 _tkinter.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
360 almodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
368 arraymodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
376 audioop.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
384 binascii.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
392 bsddbmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
400 cdmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
408 cgensupport.obj: abstract.h ceval.h cgensupport.h classobject.h cobject.h \
416 clmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
424 cmathmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
[all …]
Dmakefile360 _tkinter.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
373 almodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
386 arraymodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
400 audioop.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
414 binascii.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
427 bsddbmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
441 cdmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
454 cgensupport.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
468 clmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
481 cmathmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
[all …]
/external/oss-fuzz/projects/django/
Dbuild.sh53 sed -i '1 s/^.*$/#include "python_coverage.h"/g' Python/ceval.c
54 …i 's/case TARGET\(.*\): {/\0\nfuzzer_record_code_coverage(f->f_code, f->f_lasti);/g' Python/ceval.c
/external/oss-fuzz/projects/pillow/
Dbuild.sh82 sed -i '1 s/^.*$/#include "python_coverage.h"/g' Python/ceval.c
83 …i 's/case TARGET\(.*\): {/\0\nfuzzer_record_code_coverage(f->f_code, f->f_lasti);/g' Python/ceval.c
/external/oss-fuzz/projects/python3-libraries/
Dbuild.sh52 sed -i '1 s/^.*$/#include "python_coverage.h"/g' Python/ceval.c
53 …i 's/case TARGET\(.*\): {/\0\nfuzzer_record_code_coverage(f->f_code, f->f_lasti);/g' Python/ceval.c
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py37/
DBUILD83 "python_include/ceval.h",
107 "python_include/internal/ceval.h",
183ceval.h" "$(@D)/python_include/ceval.h" && cp -f "c:/python37/include/classobject.h" "$(@D)/python…
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py38/
DBUILD83 "python_include/ceval.h",
107 "python_include/internal/ceval.h",
183ceval.h" "$(@D)/python_include/ceval.h" && cp -f "c:/python38/include/classobject.h" "$(@D)/python…
/external/python/cpython3/Modules/
Dsignalmodule.c262 _PyEval_SignalReceived(&runtime->ceval); in trip_signal()
302 _PyEval_AddPendingCall(tstate, &runtime->ceval, in trip_signal()
321 _PyEval_AddPendingCall(tstate, &runtime->ceval, in trip_signal()
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/
DBUILD83 "python_include/ceval.h",
164 …on_include/cellobject.h" && cp -f "/usr/include/python2.7/ceval.h" "$(@D)/python_include/ceval.h" …
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py3/
DBUILD83 "python_include/ceval.h",
172 …n_include/cellobject.h" && cp -f "/usr/include/python3.6m/ceval.h" "$(@D)/python_include/ceval.h" …
/external/tensorflow/third_party/toolchains/preconfig/centos6/py3/
DBUILD55 "python_include/ceval.h",
144 …ude/cellobject.h" && cp -f "/usr/local/include/python3.6m/ceval.h" "$(@D)/python_include/ceval.h" …
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py3_opt/
DBUILD83 "python_include/ceval.h",
172 …cellobject.h" && cp -f "/opt/python3.6/include/python3.6m/ceval.h" "$(@D)/python_include/ceval.h" …
/external/tensorflow/third_party/toolchains/preconfig/centos6/py/
DBUILD55 "python_include/ceval.h",
137 ….h" && cp -f "/opt/rh/python27/root/usr/include/python2.7/ceval.h" "$(@D)/python_include/ceval.h" …
/external/python/cpython2/Objects/
Dlnotab_notes.txt54 and maybe_call_line_trace() in ceval.c.
/external/python/cpython2/Misc/
Dvalgrind-python.supp50 Suppress leaking the GIL. Happens once per process, see comment in ceval.c.
/external/python/cpython3/
DAndroid.bp170 "Python/ceval.c",
DMakefile.pre.in324 Python/ceval.o \
443 Python/ceval.o Python/import.o Python/sysmodule.o Modules/gcmodule.o
927 Python/ceval.o: $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/ceval_gil.h \
943 Python/ceval.o: $(srcdir)/Include/pydtrace.h
976 $(srcdir)/Include/ceval.h \
/external/python/cpython3/Objects/
Dlnotab_notes.txt63 and maybe_call_line_trace() in ceval.c.
/external/python/cpython3/Misc/
Dvalgrind-python.supp50 Suppress leaking the GIL. Happens once per process, see comment in ceval.c.

12