Searched defs:ausec (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dposixmodule.c2964 long ausec, musec; local
3014 &atimesec, &ausec) == -1)
3016 time_t_to_FILE_TIME(atimesec, 1000*ausec, &atime);
3039 long ausec, musec;
3078 &atime, &ausec) == -1) {
3090 buf[0].tv_usec = ausec;

Completed in 333 milliseconds