Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dsignalmodule.c199 timeval_from_double(PyObject *obj, struct timeval *tv) in timeval_from_double() function
917 if (timeval_from_double(seconds, &new.it_value) < 0) {
920 if (timeval_from_double(interval, &new.it_interval) < 0) {

Completed in 3 milliseconds