Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Parser/
Dintrcheck.c142 Py_AddPendingCall(checksignals_witharg, NULL); in intcatcher()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h46 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h46 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h46 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h46 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h46 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h41 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def410 Py_AddPendingCall
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst19 than the main thread schedules a pending call (:c:func:`Py_AddPendingCall`),
68 If :c:func:`Py_AddPendingCall` is called in a subinterpreter, the function
D3.8.0a2.rst164 Py_AddPendingCall() only operates relative to the main interpreter.
D3.6.3rc1.rst199 Avoid using Py_AddPendingCall from signal handler, to avoid calling
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def841 "Py_AddPendingCall"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c40 EXPORT_FUNC(Py_AddPendingCall)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat794 function,Py_AddPendingCall,3.2,,
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst915 .. c:function:: int Py_AddPendingCall(int (*func)(void *), void *arg)
917 .. index:: single: Py_AddPendingCall()
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst443 The signal handler of the signal module only calls Py_AddPendingCall() for
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1588 [function.Py_AddPendingCall]
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1499 .. c:function:: int Py_AddPendingCall(int (*func)(void *), void *arg)
1501 .. index:: single: Py_AddPendingCall()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1353 * If :c:func:`Py_AddPendingCall` is called in a subinterpreter, the function is
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c3128 r = Py_AddPendingCall(&_pending_callback, callable); in pending_threadfunc()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c641 Py_AddPendingCall(int (*func)(void *), void *arg) in Py_AddPendingCall() function

12