Skip to content
Snippets Groups Projects
Commit 32f55663 authored by Andrew Johnson's avatar Andrew Johnson
Browse files

libCom/osi: Fixed all epicsThreadSleep() implementations

All are now robust against overflow, NAN or negative argument.
Passing seconds=0 calls the OS scheduler, offering to yield.
Passing seconds>0 delays at least the requested time, up to a
limit which usually depends on the OS tick rate.
parent 146520d0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment