/* * Core checks for mode already, so this raced against a concurrent * update. Return something. Core will do another round and then * see the mode change and fallback to the syscall.
*/ if (clock_mode == VDSO_CLOCKMODE_NONE) return 0;
isb();
cycle_now = read_sysreg(CNTVCT);
return cycle_now; #else /* Make GCC happy. This is compiled out anyway */ return 0; #endif
}
#endif/* !__ASSEMBLY__ */
#endif/* __ASM_VDSO_GETTIMEOFDAY_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.