Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsignalmodule.c180 timeval_from_double(PyObject *obj, struct timeval *tv) in timeval_from_double() function
890 if (timeval_from_double(seconds, &new.it_value) < 0) {
893 if (timeval_from_double(interval, &new.it_interval) < 0) {