Re: git commit: TS-2137: Use relative timeout in EventNotify::timedwait()

2013-08-23 Thread James Peach
On Aug 23, 2013, at 3:58 AM, Igor Galić wrote: > > > - Original Message - >> On Fri, Aug 23, 2013 at 12:17 AM, James Peach wrote: >> >>> On Aug 22, 2013, at 5:01 AM, yun...@apache.org wrote: >>> [snip] >> >> In some scenario, the upper layer store absolute time before calling >> tim

Re: git commit: TS-2137: Use relative timeout in EventNotify::timedwait()

2013-08-23 Thread Igor Galić
- Original Message - > On Fri, Aug 23, 2013 at 12:17 AM, James Peach wrote: > > > On Aug 22, 2013, at 5:01 AM, yun...@apache.org wrote: > > > > > Updated Branches: > > > refs/heads/master e5d27294b -> fa176442f > > > > > > > > > TS-2137: Use relative timeout in EventNotify::timedwait()

Re: git commit: TS-2137: Use relative timeout in EventNotify::timedwait()

2013-08-22 Thread Yunkai Zhang
On Fri, Aug 23, 2013 at 12:17 AM, James Peach wrote: > On Aug 22, 2013, at 5:01 AM, yun...@apache.org wrote: > > > Updated Branches: > > refs/heads/master e5d27294b -> fa176442f > > > > > > TS-2137: Use relative timeout in EventNotify::timedwait() > > > > 1) Use relative timeout in EventNotify::

Re: git commit: TS-2137: Use relative timeout in EventNotify::timedwait()

2013-08-22 Thread James Peach
On Aug 22, 2013, at 5:01 AM, yun...@apache.org wrote: > Updated Branches: > refs/heads/master e5d27294b -> fa176442f > > > TS-2137: Use relative timeout in EventNotify::timedwait() > > 1) Use relative timeout in EventNotify::timedwait() function. > 2) Remove unused m_name variable. > 3) Use th