Home
last modified time | relevance | path

Searched refs:ptimeoutspec (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dselectmodule.c2124 struct timespec *ptimeoutspec; in kqueue_queue_control() local
2141 ptimeoutspec = NULL; in kqueue_queue_control()
2161 ptimeoutspec = &timeoutspec; in kqueue_queue_control()
2203 if (ptimeoutspec) in kqueue_queue_control()
2210 evl, nevents, ptimeoutspec); in kqueue_queue_control()
2220 if (ptimeoutspec) { in kqueue_queue_control()
/external/python/cpython2/Modules/
Dselectmodule.c1595 struct timespec *ptimeoutspec; in kqueue_queue_control() local
1611 ptimeoutspec = NULL; in kqueue_queue_control()
1635 ptimeoutspec = &timeoutspec; in kqueue_queue_control()
1686 evl, nevents, ptimeoutspec); in kqueue_queue_control()