Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c110 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c110 timeval_from_double(double d, struct timeval *tv) in timeval_from_double() function
452 timeval_from_double(first, &new.it_value); in signal_setitimer()
453 timeval_from_double(interval, &new.it_interval); in signal_setitimer()