Re: [fpc-devel] TTimers and TThreads. Attn Michael Schnell

2014-06-30 Thread Michael Schnell
On 06/27/2014 08:01 PM, Hans-Peter Diettrich wrote: I don't see an advantage with using relative times, or unsorted lists. On insertion a binary search over the list can be made, when the entries are sorted by absolute time. Removal of entries occurs always from the list head. Relative Timers

Re: [fpc-devel] TTimers and TThreads. Attn Michael Schnell

2014-06-30 Thread Michael Schnell
On 06/28/2014 10:29 AM, Martin Schreiber wrote: The MSEgui timers work with that approach too. I am sure Michael Schnell knows lib/common/kernel/msetimer.pas. The current source code is just a draft. After a proof of concept (Single-Queue'ed, TTimer enabled NoGUI Lazarus Widget Type) I will

Re: [fpc-devel] TThread extensions

2014-06-30 Thread Michael Schnell
On 06/27/2014 11:31 AM, Henry Vermaak wrote: The latest release (2.6.4) has clock_gettime() in unit linux. On Debian I seemingly only have 2.6.0-9 :-( -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org