Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c519 _push_pending_call(struct _pending_calls *pending, in _push_pending_call() function
564 int result = _push_pending_call(pending, func, arg); in _PyEval_AddPendingCall()