targets/Linux/XSD
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Fri, 01 Jun 2018 12:21:37 +0300 |
changeset 2171 |
d1536c271866 |
parent 204 |
f572ab819769
|
child 3732 |
929276eea252 |
permissions |
-rwxr-xr-x |
use CLOCK_MONOTONIC instead of CLOCK_REALTIME for timer setup
CLOCK_REALTIME is a wall clock, that could change back and forth (user
changes system time, winter/summer time, NTP corrections and so on).
For real-time application CLOCK_MONOTONIC should be used, it doesn't
have such jumps.
203
|
1 |
|
|
2 |
<xsd:element name="Linux">
|
|
3 |
<xsd:complexType>
|
|
4 |
%(toolchain_gcc)s
|
|
5 |
</xsd:complexType>
|
|
6 |
</xsd:element> |