Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsignalmodule.c103 timeval_from_double(double d, struct timeval *tv) in timeval_from_double() function
460 timeval_from_double(first, &new.it_value); in signal_setitimer()
461 timeval_from_double(interval, &new.it_interval); in signal_setitimer()
/external/python/cpython3/Modules/
Dsignalmodule.c191 timeval_from_double(PyObject *obj, struct timeval *tv) in timeval_from_double() function
898 if (timeval_from_double(seconds, &new.it_value) < 0) {
901 if (timeval_from_double(interval, &new.it_interval) < 0) {