On Tue, 12 Nov 2002 20:23:14 +0100
Juan Enrique Agudo Garz�n <[EMAIL PROTECTED]> wrote:

Hi,

> My problem is that the function phtread_init is declared as
> constructor and seems that is not executed.  Where it would
> have to call it if I want it to do directly.

At least the glibc-linuxthreads implementation doesn't
seem to contain a pthread_init call. AFAIK, initialization
is done when loading the library and when calling 
pthread_create for the first time. Don't know about
other implementations, though.

HTH,
Helmer 

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to