HomeSort by relevance Sort by last modified time
    Searched refs:ceval (Results 1 - 12 of 12) sorted by null

  /external/python/cpython3/Python/
ceval_gil.h 11 #define INTERVAL (_PyRuntime.ceval.gil.interval >= 1 ? _PyRuntime.ceval.gil.interval : 1)
105 return (_Py_atomic_load_explicit(&_PyRuntime.ceval.gil.locked,
112 MUTEX_INIT(_PyRuntime.ceval.gil.mutex);
114 MUTEX_INIT(_PyRuntime.ceval.gil.switch_mutex);
116 COND_INIT(_PyRuntime.ceval.gil.cond);
118 COND_INIT(_PyRuntime.ceval.gil.switch_cond);
120 _Py_atomic_store_relaxed(&_PyRuntime.ceval.gil.last_holder, 0);
121 _Py_ANNOTATE_RWLOCK_CREATE(&_PyRuntime.ceval.gil.locked);
122 _Py_atomic_store_explicit(&_PyRuntime.ceval.gil.locked, 0
    [all...]
ceval.c 92 #define GIL_REQUEST _Py_atomic_load_relaxed(&_PyRuntime.ceval.gil_drop_request)
99 &_PyRuntime.ceval.eval_breaker, \
101 _Py_atomic_load_relaxed(&_PyRuntime.ceval.pending.calls_to_do) | \
102 _PyRuntime.ceval.pending.async_exc)
106 _Py_atomic_store_relaxed(&_PyRuntime.ceval.gil_drop_request, 1); \
107 _Py_atomic_store_relaxed(&_PyRuntime.ceval.eval_breaker, 1); \
112 _Py_atomic_store_relaxed(&_PyRuntime.ceval.gil_drop_request, 0); \
119 _Py_atomic_store_relaxed(&_PyRuntime.ceval.pending.calls_to_do, 1); \
120 _Py_atomic_store_relaxed(&_PyRuntime.ceval.eval_breaker, 1); \
125 _Py_atomic_store_relaxed(&_PyRuntime.ceval.pending.calls_to_do, 0);
    [all...]
pystate.c 44 _PyEval_Initialize(&runtime->ceval);
    [all...]
  /external/clang/test/SemaCXX/
constant-expression.cpp 14 const Enum ceval = eval; variable
25 v4 = ceval,
38 b4 : ceval,
51 i4 = ceval,
65 case 300 + ceval:
81 template struct C<cval, ceval>;
  /external/python/cpython2/PC/os2vacpp/
makefile.omk 65 CEval.obj \
352 _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
    [all...]
makefile 100 $(PATHOBJ)\CEval.obj \
360 _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
    [all...]
  /external/python/cpython3/Include/internal/
pystate.h 12 #include "internal/ceval.h"
104 struct _ceval_runtime_state ceval; member in struct:pyruntimestate
  /external/python/cpython2/Misc/
valgrind-python.supp 50 Suppress leaking the GIL. Happens once per process, see comment in ceval.c.
  /external/python/cpython3/Misc/
valgrind-python.supp 50 Suppress leaking the GIL. Happens once per process, see comment in ceval.c.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 80 Python/ceval.c
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/
PythonCore.inf 86 Python-$(PYTHON_VERSION)/Python/ceval.c
  /external/python/cpython2/RISCOS/
Makefile 127 @.^.Python.o.ceval\

Completed in 710 milliseconds