We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于没有rtc或没有实现rtc驱动的设备,ctime.c中clock_gettime,clock_nanosleep等函数会直接返回错误,导致c库中部分函数调用报错,如time,pthread_cond_timedwait等等。
clock_gettime
clock_nanosleep
time
pthread_cond_timedwait
没有rtc或没有实现rtc驱动的设备,默认使用其它时钟源来替代。
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe problem solved by the proposed feature
对于没有rtc或没有实现rtc驱动的设备,ctime.c中
clock_gettime
,clock_nanosleep
等函数会直接返回错误,导致c库中部分函数调用报错,如time
,pthread_cond_timedwait
等等。Describe your preferred solution
没有rtc或没有实现rtc驱动的设备,默认使用其它时钟源来替代。
Describe possible alternatives
No response
The text was updated successfully, but these errors were encountered: