[kaffe] new pthread implementation over Kaffe
Helmer Krämer
hkraemer at freenet.de
Wed Nov 13 03:02:57 PST 2002
On Tue, 12 Nov 2002 20:23:14 +0100
Juan Enrique Agudo Garzón <soy_gufo at hotmail.com> 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
More information about the kaffe
mailing list