----- Original Message ----- From: "chm" <[email protected]>
To: "Sisyphus" <[email protected]>
Cc: "[email protected]" <[email protected]>
Sent: Thursday, September 01, 2011 9:36 PM
Subject: Re: [Perldl] Is pthreads support related to perl thread(s|ing)?


These are the only pthread routines that appear to be
used in pdlmagic.c.  I grepped through the source tree
and did not find any other pthread_ routines so I
think/hope these should be all:

pthread_exit
pthread_getspecific
pthread_join
pthread_key_create
pthread_key_delete
pthread_mutex_lock
pthread_mutex_unlock
pthread_self
pthread_setspecific

The good news being that each of those functions is to be found in the windows version of pthread.h.

Cheers,
Rob

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to