Re: [fpc-devel] threads questions

2007-05-30 Thread Marco van de Voort
> Hi, I have some (dumb) questions regarding threads. I'm sure that this issues > have been discussed before but I couldn't find any information... > > - The attr parameter of the pthreads_cond_init fc (and others) on linux is is > declared as a var parameter, not as a pointer, but it should be

[fpc-devel] threads questions

2007-05-30 Thread Mario R. Carro
Hi, I have some (dumb) questions regarding threads. I'm sure that this issues have been discussed before but I couldn't find any information... - The attr parameter of the pthreads_cond_init fc (and others) on linux is is declared as a var parameter, not as a pointer, but it should be a pointer