Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h143 int PySignal_SetWakeupFd(int fd);
/third_party/python/Modules/
Dsignalmodule.c848 PySignal_SetWakeupFd(int fd) function
/third_party/python/Doc/data/
Drefcounts.dat2044 PySignal_SetWakeupFd:int:::
2045 PySignal_SetWakeupFd:int:fd::
/third_party/python/Doc/c-api/
Dexceptions.rst576 .. c:function:: int PySignal_SetWakeupFd(int fd)
/third_party/python/Doc/whatsnew/
D2.6.rst2325 :c:func:`PySignal_SetWakeupFd`, for setting the descriptor.