Searched defs:timeval (Results 1 – 6 of 6) sorted by relevance
54 struct timeval { struct60 * Structure defined by POSIX.1b to be like a timeval. argument
141 struct timeval { struct142 long tv_sec; /* time value, in seconds */143 long tv_usec; /* time value, in microseconds */
124 def formatdate(timeval=None, localtime=False, usegmt=False): argument
156 struct timeval timeval; in settimer_handler() local
952 def formatdate(timeval=None): argument
2244 class timeval(Structure): class