Searched refs:Py_AddPendingCall (Results 1 – 14 of 14) sorted by relevance
| /third_party/python/Include/ |
| D | ceval.h | 36 PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.8.0a2.rst | 164 Py_AddPendingCall() only operates relative to the main interpreter.
|
| D | 3.9.0a5.rst | 19 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
|
| D | 3.6.3rc1.rst | 199 Avoid using Py_AddPendingCall from signal handler, to avoid calling
|
| D | 3.7.0a1.rst | 338 Avoid using Py_AddPendingCall from signal handler, to avoid calling
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 772 function,Py_AddPendingCall,3.2,
|
| /third_party/python/PC/ |
| D | python3dll.c | 44 EXPORT_FUNC(Py_AddPendingCall)
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1496 function Py_AddPendingCall
|
| D | HISTORY | 9762 Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or 32742 time the Python VM begins a new instruction (Py_AddPendingCall)
|
| /third_party/python/Doc/c-api/ |
| D | init.rst | 1429 .. c:function:: int Py_AddPendingCall(int (*func)(void *), void *arg) 1431 .. index:: single: Py_AddPendingCall()
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.9.rst | 1338 * If :c:func:`Py_AddPendingCall` is called in a subinterpreter, the function is
|
| D | 2.7.rst | 2121 * :c:func:`Py_AddPendingCall` is now thread-safe, letting any
|
| /third_party/python/Python/ |
| D | ceval.c | 653 Py_AddPendingCall(int (*func)(void *), void *arg) in Py_AddPendingCall() function
|
| /third_party/python/Modules/ |
| D | _testcapimodule.c | 2953 r = Py_AddPendingCall(&_pending_callback, callable); in pending_threadfunc()
|