Searched refs:monitor_stop_iteration (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/ |
D | ceval.c | 234 static int monitor_stop_iteration(PyThreadState *tstate, 2210 monitor_stop_iteration(PyThreadState *tstate, _PyInterpreterFrame *frame, in monitor_stop_iteration() function
|
D | bytecodes.c | 295 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()
|
D | generated_cases.c.h | 3265 if (monitor_stop_iteration(tstate, frame, this_instr, value)) { in TARGET() 3284 if (monitor_stop_iteration(tstate, frame, this_instr, value)) { in TARGET()
|