Home
last modified time | relevance | path

Searched refs:_Py_ThreadCanHandlePendingCalls (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pystate.h43 _Py_ThreadCanHandlePendingCalls(void) in _Py_ThreadCanHandlePendingCalls() function
/third_party/python/Python/
Dceval.c174 && _Py_ThreadCanHandlePendingCalls()) in COMPUTE_EVAL_BREAKER()
704 if (!_Py_ThreadCanHandlePendingCalls()) { in make_pending_calls()