Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c234 static int monitor_stop_iteration(PyThreadState *tstate,
2210 monitor_stop_iteration(PyThreadState *tstate, _PyInterpreterFrame *frame, in monitor_stop_iteration() function
Dbytecodes.c295 if (monitor_stop_iteration(tstate, frame, this_instr, value)) { in dummy_func()
308 if (monitor_stop_iteration(tstate, frame, this_instr, value)) { in dummy_func()
Dgenerated_cases.c.h3265 if (monitor_stop_iteration(tstate, frame, this_instr, value)) { in TARGET()
3284 if (monitor_stop_iteration(tstate, frame, this_instr, value)) { in TARGET()