Home
last modified time | relevance | path

Searched refs:gil_drop_request (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dceval.h42 _Py_atomic_int gil_drop_request; member
/external/python/cpython3/Python/
Dceval_gil.h169 if (_Py_atomic_load_relaxed(&_PyRuntime.ceval.gil_drop_request) && in drop_gil()
240 if (_Py_atomic_load_relaxed(&_PyRuntime.ceval.gil_drop_request)) { in take_gil()
Dceval.c92 #define GIL_REQUEST _Py_atomic_load_relaxed(&_PyRuntime.ceval.gil_drop_request)
106 _Py_atomic_store_relaxed(&_PyRuntime.ceval.gil_drop_request, 1); \
112 _Py_atomic_store_relaxed(&_PyRuntime.ceval.gil_drop_request, 0); \
974 &_PyRuntime.ceval.gil_drop_request)) in _PyEval_EvalFrameDefault()