[fpc-devel] POSIX threads and classes

Leonardo M. Ram� martinrame at yahoo.com
Mon May 7 16:27:39 CEST 2007


> {TCondv}
> constructor TCondv.Create;
> begin
>   pthread_condattr_init(CAttr);
>   pthread_cond_init(Cond, CAttr);
> end;

I never used pthreads, but looking at the constructor of TCondv, it seems to require CAttr and
Conv  to be setted before calling pthread_condattr_init and pthread_cond_init.





Leonardo M. Ramé
http://leonardorame.blogspot.com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the fpc-devel mailing list