Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c117 #define SIGNAL_PENDING_CALLS() \ macro
312 SIGNAL_PENDING_CALLS(); in _PyEval_SignalReceived()
356 SIGNAL_PENDING_CALLS(); in Py_AddPendingCall()
429 SIGNAL_PENDING_CALLS(); /* We're not done yet */ in Py_MakePendingCalls()