Re: [fpc-pascal] TFPTimer wtih timer_create

2016-03-10 Thread Fabio Luis Girardi
Please ignore, I found this: http://wiki.freepascal.org/Main_Loop_Hooks 2016-03-10 17:59 GMT-03:00 Fabio Luis Girardi : > Hi again! > > I'm still fighting with timers on Linux, and due a lot of "problems" using > timer_create and signals on Lazarus, I decided to change my implementation > to to u

Re: [fpc-pascal] TFPTimer wtih timer_create

2016-03-10 Thread Fabio Luis Girardi
Hi again! I'm still fighting with timers on Linux, and due a lot of "problems" using timer_create and signals on Lazarus, I decided to change my implementation to to user timerfd_create. My current question is: TApplication has some mechanism that check periodically changes in a file descriptor?

Re: [fpc-pascal] TFPTimer wtih timer_create

2016-03-05 Thread Michael Van Canneyt
On Sat, 5 Mar 2016, Fabio Luis Girardi wrote: Lazarus/Freepascal has some config to ignore a signal? No, you must install this yourself using the unix,baseunix units. Michael. 2016-03-05 15:34 GMT-03:00 Michael Van Canneyt : On Sat, 5 Mar 2016, Fabio Luis Girardi wrote: Hi all! I'm

Re: [fpc-pascal] TFPTimer wtih timer_create

2016-03-05 Thread Fabio Luis Girardi
Lazarus/Freepascal has some config to ignore a signal? 2016-03-05 15:34 GMT-03:00 Michael Van Canneyt : > > > On Sat, 5 Mar 2016, Fabio Luis Girardi wrote: > > Hi all! >> >> I'm searching a way to implement a TFPTimer that don't uses threads. On >> Linux and FreeBSD I found the timer_create and f

Re: [fpc-pascal] TFPTimer wtih timer_create

2016-03-05 Thread Michael Van Canneyt
On Sat, 5 Mar 2016, Fabio Luis Girardi wrote: Hi all! I'm searching a way to implement a TFPTimer that don't uses threads. On Linux and FreeBSD I found the timer_create and family functions. My question is: What these functions has wrong? Nothing except that they are not cross platform. O

[fpc-pascal] TFPTimer wtih timer_create

2016-03-05 Thread Fabio Luis Girardi
Hi all! I'm searching a way to implement a TFPTimer that don't uses threads. On Linux and FreeBSD I found the timer_create and family functions. My question is: What these functions has wrong? Or the use of these functions should be avoided? Or because simply nobody want to do that? -- The best