MicrosoftDocs / azure-sphere-issues

Creative Commons Attribution 4.0 International
11 stars 8 forks source link

API set 12 timer issue #297

Closed tongwu001 closed 2 years ago

tongwu001 commented 2 years ago

When I use API set 12 to link the library generated by API 11. The performance of timer is abnormal if the parameter of timerfd_ settime is set to less than 1 second.

Is it caused by the update of 64-bit time support?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

tongwu001 commented 2 years ago

sturct timespec's tv_sec filed is expanded from 32 bit to 64 bit in API set 12, it overwrited the tv_nsec filed in API set 11(or lower version)