Re: [LTP] [PATCH] sigtimedwait: use gtod instead of time

2015-05-18 Thread Jan Stancek
- Original Message - > From: "Cyril Hrubis" > To: "Jan Stancek" > Cc: ltp-list@lists.sourceforge.net > Sent: Monday, 18 May, 2015 9:53:01 AM > Subject: Re: [LTP] [PATCH] sigtimedwait: use gtod instead of time > > Hi! > > Quoting http

Re: [LTP] [PATCH] sigtimedwait: use gtod instead of time

2015-05-18 Thread Cyril Hrubis
Hi! > Quoting https://lkml.org/lkml/2015/2/19/384 > "The idea that time() would be ok as being HZ granular, and its > been this way since 2.6.23. Thus you have a < HZ sized window > where gettimeofday() will return the next second before time() > gets updated by the tick." Looks good. Us