Home
last modified time | relevance | path

Searched refs:NPENDINGCALLS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_interp.h37 #define NPENDINGCALLS 32 macro
41 } calls[NPENDINGCALLS];
/third_party/python/Python/
H A Dceval.c591 int j = (i + 1) % NPENDINGCALLS; in _push_pending_call()
613 pending->first = (i + 1) % NPENDINGCALLS; in _pop_pending_call()
710 for (int i=0; i<NPENDINGCALLS; i++) { in make_pending_calls()

Completed in 11 milliseconds