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

/external/python/cpython2/Modules/
H A D_testcapimodule.c1939 static int _pending_callback(void *arg) function
1949 /* The following requests n callbacks to _pending_callback. It can be
1963 r = Py_AddPendingCall(&_pending_callback, callable);
/external/python/cpython3/Modules/
H A D_testcapimodule.c2297 static int _pending_callback(void *arg) function
2307 /* The following requests n callbacks to _pending_callback. It can be
2321 r = Py_AddPendingCall(&_pending_callback, callable);

Completed in 340 milliseconds