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

/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Dgetc.c51 unsigned thisSecond; local
56 thisSecond = GetSeconds();
57 seconds = thisSecond + seconds;
61 thisSecond = GetSeconds();
62 } while (thisSecond != seconds);

Completed in 107 milliseconds