Home
last modified time | relevance | path

Searched refs:timeoutspec (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c1500 struct timespec timeoutspec; in kqueue_queue_control() local
1539 timeoutspec.tv_sec = seconds; in kqueue_queue_control()
1540 timeoutspec.tv_nsec = (long)(timeout * 1E9); in kqueue_queue_control()
1541 ptimeoutspec = &timeoutspec; in kqueue_queue_control()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c1500 struct timespec timeoutspec; in kqueue_queue_control() local
1539 timeoutspec.tv_sec = seconds; in kqueue_queue_control()
1540 timeoutspec.tv_nsec = (long)(timeout * 1E9); in kqueue_queue_control()
1541 ptimeoutspec = &timeoutspec; in kqueue_queue_control()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1555 struct timespec timeoutspec; in kqueue_queue_control() local
1594 timeoutspec.tv_sec = seconds; in kqueue_queue_control()
1595 timeoutspec.tv_nsec = (long)(timeout * 1E9); in kqueue_queue_control()
1596 ptimeoutspec = &timeoutspec; in kqueue_queue_control()