Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dselectmodule.c2117 struct timespec timeoutspec; in select_kqueue_control_impl() local
2145 if (_PyTime_AsTimespec(timeout, &timeoutspec) == -1) in select_kqueue_control_impl()
2148 if (timeoutspec.tv_sec < 0) { in select_kqueue_control_impl()
2153 ptimeoutspec = &timeoutspec; in select_kqueue_control_impl()
2220 if (_PyTime_AsTimespec(timeout, &timeoutspec) == -1) in select_kqueue_control_impl()

Completed in 4 milliseconds