Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dintrcheck.c142 Py_AddPendingCall(checksignals_witharg, NULL); in intcatcher()
/external/python/cpython2/Include/
Dceval.h41 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/external/python/cpython3/Include/
Dceval.h60 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/external/python/cpython2/PC/os2vacpp/
Dpython.def410 Py_AddPendingCall
/external/python/cpython3/Modules/
Dsignalmodule.c274 Py_AddPendingCall(report_wakeup_send_error, in trip_signal()
292 Py_AddPendingCall(report_wakeup_write_error, in trip_signal()
D_testcapimodule.c2444 r = Py_AddPendingCall(&_pending_callback, callable); in pending_threadfunc()
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c1085 Py_AddPendingCall(SndCh_CallCallBack, (void *)p); in SndCh_UserRoutine()
1117 Py_AddPendingCall(SPB_CallCallBack, (void *)p); in SPB_completion()
/external/python/cpython3/PC/
Dpython3.def720 Py_AddPendingCall=python37.Py_AddPendingCall
/external/python/cpython2/Modules/
Dsignalmodule.c175 Py_AddPendingCall(checksignals_witharg, NULL); in trip_signal()
D_testcapimodule.c2061 r = Py_AddPendingCall(&_pending_callback, callable); in pending_threadfunc()
/external/python/cpython2/PC/os2emx/
Dpython27.def841 "Py_AddPendingCall"
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst200 Avoid using Py_AddPendingCall from signal handler, to avoid calling
D3.7.0a1.rst339 Avoid using Py_AddPendingCall from signal handler, to avoid calling
/external/python/cpython2/Doc/c-api/
Dinit.rst915 .. c:function:: int Py_AddPendingCall(int (*func)(void *), void *arg)
917 .. index:: single: Py_AddPendingCall()
/external/python/cpython2/Python/
Dceval.c409 Py_AddPendingCall(int (*func)(void *), void *arg) in Py_AddPendingCall() function
535 Py_AddPendingCall(int (*func)(void *), void *arg) in Py_AddPendingCall() function
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst443 The signal handler of the signal module only calls Py_AddPendingCall() for
D2.7a1.rst5286 Py_AddPendingCall() is now thread safe and can be used for asynchronous
/external/python/cpython3/Doc/c-api/
Dinit.rst1204 .. c:function:: int Py_AddPendingCall(int (*func)(void *), void *arg)
1206 .. index:: single: Py_AddPendingCall()
/external/python/cpython3/Python/
Dceval.c321 Py_AddPendingCall(int (*func)(void *), void *arg) in Py_AddPendingCall() function
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2121 * :c:func:`Py_AddPendingCall` is now thread-safe, letting any
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2097 * :c:func:`Py_AddPendingCall` is now thread-safe, letting any
/external/python/cpython3/Misc/
DHISTORY9762 Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or
32742 time the Python VM begins a new instruction (Py_AddPendingCall)
/external/python/cpython2/Misc/
DHISTORY15363 time the Python VM begins a new instruction (Py_AddPendingCall)