Searched refs:gil_drop_request (Results 1 – 3 of 3) sorted by relevance
42 _Py_atomic_int gil_drop_request; member
169 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()
92 #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()