Searched refs:_Py_unset_eval_breaker_bit (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/ |
D | ceval_gil.c | 271 _Py_unset_eval_breaker_bit(tstate, _PY_GIL_DROP_REQUEST_BIT); in drop_gil() 350 _Py_unset_eval_breaker_bit(holder_tstate, _PY_GIL_DROP_REQUEST_BIT); in take_gil() 408 _Py_unset_eval_breaker_bit(tstate, _PY_GIL_DROP_REQUEST_BIT); in take_gil() 824 _Py_unset_eval_breaker_bit(tstate, _PY_SIGNALS_PENDING_BIT); in handle_signals() 900 _Py_unset_eval_breaker_bit(tstate, _PY_CALLS_TO_DO_BIT); in unsignal_pending_calls() 935 _Py_unset_eval_breaker_bit(tstate, _PY_CALLS_TO_DO_BIT); in make_pending_calls() 995 _Py_unset_eval_breaker_bit(tstate, bit); in _Py_unset_eval_breaker_bit_all() 1191 _Py_unset_eval_breaker_bit(tstate, _PY_GIL_DROP_REQUEST_BIT); in _PyEval_DisableGIL() 1264 _Py_unset_eval_breaker_bit(tstate, _PY_EVAL_PLEASE_STOP_BIT); in _Py_HandlePending() 1288 _Py_unset_eval_breaker_bit(tstate, _PY_EVAL_EXPLICIT_MERGE_BIT); in _Py_HandlePending() [all …]
|
/external/python/cpython3/Include/internal/ |
D | pycore_ceval.h | 282 _Py_unset_eval_breaker_bit(PyThreadState *tstate, uintptr_t bit) in _Py_unset_eval_breaker_bit() function
|
/external/python/cpython3/Modules/ |
D | signalmodule.c | 1774 _Py_unset_eval_breaker_bit(tstate, _PY_GC_SCHEDULED_BIT);
|