Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval_gil.h171 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request) && tstate != NULL) { in drop_gil()
307 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request)) { in take_gil()
Dceval.c170 _Py_atomic_load_relaxed(&ceval2->gil_drop_request) in COMPUTE_EVAL_BREAKER()
183 _Py_atomic_store_relaxed(&ceval2->gil_drop_request, 1); in SET_GIL_DROP_REQUEST()
193 _Py_atomic_store_relaxed(&ceval2->gil_drop_request, 0); in RESET_GIL_DROP_REQUEST()
1180 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request)) { in eval_frame_handle_pending()
/third_party/python/Include/internal/
Dpycore_interp.h40 _Py_atomic_int gil_drop_request; member